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/response_data.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).
Net:IMAP#getquota returns an array of MailboxQuota
objects.
#getquotaroot returns an array containing both MailboxQuotaRoot
and MailboxQuota
objects.
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).
Net:IMAP#getquota returns an array of MailboxQuota
objects.
Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot
and MailboxQuota
objects.
#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).
Net:IMAP#getquota returns an array of MailboxQuota
objects.
Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot
and MailboxQuota
objects.
#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).
Net:IMAP#getquota returns an array of MailboxQuota
objects.
Net::IMAP#getquotaroot returns an array containing both MailboxQuotaRoot
and MailboxQuota
objects.