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 effect the quota on the specified mailbox. |
Instance Attribute Summary (collapse)
-
- (Object) mailbox
Returns the value of attribute mailbox.
-
- (Object) quotaroots
Returns the value of attribute quotaroots.
Instance Attribute Details
- (Object) mailbox
Returns the value of attribute mailbox
1576 1577 1578 |
# File 'lib/net/imap.rb', line 1576 def mailbox @mailbox end |
- (Object) quotaroots
Returns the value of attribute quotaroots
1576 1577 1578 |
# File 'lib/net/imap.rb', line 1576 def quotaroots @quotaroots end |