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 438
The mailbox with the associated quota.
Source
# File lib/net/imap/response_data.rb, line 450
Quota limit imposed on the mailbox.
Source
# File lib/net/imap/response_data.rb, line 444
Current storage usage of the mailbox.