Class: Net::IMAP::MailboxQuotaRoot
| 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
MailboxQuotaRoot represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return 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.
Instance Attribute Summary
-
#mailbox
rw
MailboxQuotaRootrepresents part of the GETQUOTAROOT response. -
#quotaroots
rw
MailboxQuotaRootrepresents part of the GETQUOTAROOT response.
Instance Attribute Details
#mailbox (rw)
MailboxQuotaRoot represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return 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.
# File 'lib/net/imap.rb', line 1793
MailboxQuotaRoot = Struct.new(:mailbox, :quotaroots)
#quotaroots (rw)
MailboxQuotaRoot represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return 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.