Class: Net::IMAP::MailboxQuotaRoot
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::MailboxQuotaRoot
- Defined in:
- lib/net/imap/response_data.rb
Overview
MailboxQuotaRoot represents the data of an untagged QUOTAROOT response.
IMAP#getquotaroot returns an array containing both MailboxQuotaRoot and MailboxQuota objects.
Required capability
Requires QUOTA [RFC2087] capability.
Instance Attribute Summary collapse
-
#mailbox ⇒ Object
Returns the value of attribute mailbox.
-
#quotaroots ⇒ Object
Returns the value of attribute quotaroots.
Instance Attribute Details
#mailbox ⇒ Object
Returns the value of attribute mailbox
418 419 420 |
# File 'lib/net/imap/response_data.rb', line 418 def mailbox @mailbox end |
#quotaroots ⇒ Object
Returns the value of attribute quotaroots
418 419 420 |
# File 'lib/net/imap/response_data.rb', line 418 def quotaroots @quotaroots end |