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.4.9.1/lib/net/imap/response_data.rb, line 452