Class: Net::IMAP::MailboxQuotaRoot
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::MailboxQuotaRoot
- Defined in:
- lib/net/imap.rb
Overview
Net::IMAP::MailboxQuotaRoot represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return Net::IMAP::MailboxQuota.)
quotaroot_response ::= "QUOTAROOT" SPACE astring *(SPACE astring)
Fields:
- mailbox
-
The mailbox with the associated quota.
- quotaroots
-
Zero or more quotaroots that affect the quota on the specified mailbox.