123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::MailboxQuota

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
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

  • #mailbox rw

    MailboxQuota represents contents of GETQUOTA response.

  • #quota rw

    MailboxQuota represents contents of GETQUOTA response.

  • #usage rw

    MailboxQuota represents contents of GETQUOTA response.

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.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 423

class MailboxQuota < Struct.new(:mailbox, :usage, :quota)

#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.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 423

class MailboxQuota < Struct.new(:mailbox, :usage, :quota)

#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.

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 423

class MailboxQuota < Struct.new(:mailbox, :usage, :quota)