class Net::IMAP::MailboxQuotaRoot

Net::IMAP::MailboxQuotaRoot represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return Net::IMAP::MailboxQuota.)

Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot and MailboxQuota objects.

Public Instance Methods

mailbox → string click to toggle source

The mailbox with the associated quota.

# File net-imap-0.3.4/lib/net/imap/response_data.rb, line 343