Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::MailboxQuotaクラス
class Net::IMAP::MailboxQuota
クラスの継承リスト: Net::IMAP::MailboxQuota < Struct < Enumerable < Object < Kernel < BasicObject
Abstract
Net::IMAP::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_list
インスタンスメソッド
mailbox
-
The mailbox with the associated quota.
quota
-
Quota limit imposed on mailbox.
usage
-
Current storage usage of mailbox.