123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::MailboxList

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

MailboxList represents contents of the LIST response, representing a single mailbox path.

#list returns an array of MailboxList objects.

Instance Attribute Summary

  • #attr rw

    MailboxList represents contents of the LIST response, representing a single mailbox path.

  • #delim rw

    MailboxList represents contents of the LIST response, representing a single mailbox path.

  • #name rw

    MailboxList represents contents of the LIST response, representing a single mailbox path.

Instance Attribute Details

#attr (rw)

MailboxList represents contents of the LIST response, representing a single mailbox path.

Net::IMAP#list returns an array of MailboxList objects.

[ GitHub ]

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

class MailboxList < Struct.new(:attr, :delim, :name)

#delim (rw)

MailboxList represents contents of the LIST response, representing a single mailbox path.

Net::IMAP#list returns an array of MailboxList objects.

[ GitHub ]

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

class MailboxList < Struct.new(:attr, :delim, :name)

#name (rw)

MailboxList represents contents of the LIST response, representing a single mailbox path.

Net::IMAP#list returns an array of MailboxList objects.

[ GitHub ]

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

class MailboxList < Struct.new(:attr, :delim, :name)