Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::MailboxQuotaRootクラス

class Net::IMAP::MailboxQuotaRoot

クラスの継承リスト: Net::IMAP::MailboxQuotaRoot < Struct < Enumerable < Object < Kernel < BasicObject

Abstract

Net::IMAP::MailboxQuotaRoot represents part of the GETQUOTAROOT response. (GETQUOTAROOT can also return Net::IMAP::MailboxQuota.)

quotaroot_response
                ::= "QUOTAROOT" SPACE astring *(SPACE astring)

インスタンスメソッド

mailbox

The mailbox with the associated quota.

quotaroots

Zero or more quotaroots that effect the quota on the specified mailbox.

Methods

Classes