Class: Net::IMAP::MailboxQuotaRoot

Inherits:
Struct
  • Object
show all
Defined in:
lib/net/imap/response_data.rb

Overview

MailboxQuotaRoot represents the data of an untagged QUOTAROOT response.

IMAP#getquotaroot returns an array containing both MailboxQuotaRoot and MailboxQuota objects.

Required capability

Requires QUOTA [RFC2087] capability.

Instance Attribute Summary collapse

Instance Attribute Details

#mailboxObject

Returns the value of attribute mailbox

Returns:

  • (Object)

    the current value of mailbox



418
419
420
# File 'lib/net/imap/response_data.rb', line 418

def mailbox
  @mailbox
end

#quotarootsObject

Returns the value of attribute quotaroots

Returns:

  • (Object)

    the current value of quotaroots



418
419
420
# File 'lib/net/imap/response_data.rb', line 418

def quotaroots
  @quotaroots
end