Class: Net::IMAP::MailboxQuota
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/net/imap.rb | 
Overview
MailboxQuota represents contents of GETQUOTA response. This object can also be a response to GETQUOTAROOT.  In the syntax specification below, the delimiter used with the “#” construct is a single space (SPACE).
quota_list      ::= "(" #quota_resource ")"
quota_resource  ::= atom SPACE number SPACE number
quota_response  ::= "QUOTA" SPACE astring SPACE quota_listFields:
- mailbox
- 
The mailbox with the associated quota. 
- usage
- 
Current storage usage of the mailbox. 
- quota
- 
Quota limit imposed on the mailbox. 
Instance Attribute Summary
Instance Attribute Details
#mailbox (rw)
MailboxQuota represents contents of GETQUOTA response. This object can also be a response to GETQUOTAROOT.  In the syntax specification below, the delimiter used with the “#” construct is a single space (SPACE).
quota_list      ::= "(" #quota_resource ")"
quota_resource  ::= atom SPACE number SPACE number
quota_response  ::= "QUOTA" SPACE astring SPACE quota_listFields:
- mailbox
- 
The mailbox with the associated quota. 
- usage
- 
Current storage usage of the mailbox. 
- quota
- 
Quota limit imposed on the mailbox. 
#quota (rw)
MailboxQuota represents contents of GETQUOTA response. This object can also be a response to GETQUOTAROOT.  In the syntax specification below, the delimiter used with the “#” construct is a single space (SPACE).
quota_list      ::= "(" #quota_resource ")"
quota_resource  ::= atom SPACE number SPACE number
quota_response  ::= "QUOTA" SPACE astring SPACE quota_listFields:
- mailbox
- 
The mailbox with the associated quota. 
- usage
- 
Current storage usage of the mailbox. 
- quota
- 
Quota limit imposed on the mailbox. 
#usage (rw)
MailboxQuota represents contents of GETQUOTA response. This object can also be a response to GETQUOTAROOT.  In the syntax specification below, the delimiter used with the “#” construct is a single space (SPACE).
quota_list      ::= "(" #quota_resource ")"
quota_resource  ::= atom SPACE number SPACE number
quota_response  ::= "QUOTA" SPACE astring SPACE quota_listFields:
- mailbox
- 
The mailbox with the associated quota. 
- usage
- 
Current storage usage of the mailbox. 
- quota
- 
Quota limit imposed on the mailbox.