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] or QUOTA=RES-STORAGE
- RFC9208
-
capability.
Public Instance Methods
Source
# File lib/net/imap/response_data.rb, line 480
The quota root with the associated quota.
NOTE: this was mistakenly named “mailbox”. But the quota root’s name may differ from the mailbox. A single quota root may cover multiple mailboxes, and a single mailbox may be governed by multiple quota roots.
Also aliased as: quota_root
Source
# File lib/net/imap/response_data.rb, line 499
Storage limit imposed on the mailbox.
Alias for: mailbox
Source
# File lib/net/imap/response_data.rb, line 493
Current storage usage of the mailbox.