class Net::IMAP::MailboxQuota
MailboxQuota represents the data of an untagged QUOTA response.
IMAP#getquota returns an array of MailboxQuota objects.
Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot and MailboxQuota objects.
Required capability
Requires QUOTA [RFC2087] capability.
Public Instance Methods
Source
# File lib/net/imap/response_data.rb, line 391
The mailbox with the associated quota.
Source
# File lib/net/imap/response_data.rb, line 403
Quota limit imposed on the mailbox.
Source
# File lib/net/imap/response_data.rb, line 397
Current storage usage of the mailbox.