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 the data of an untagged LIST response, for a single mailbox path. #list returns an array of MailboxList objects.

Instance Attribute Summary

  • #attr rw

    MailboxList represents the data of an untagged LIST response, for a single mailbox path.

  • #delim rw

    MailboxList represents the data of an untagged LIST response, for a single mailbox path.

  • #name rw

    MailboxList represents the data of an untagged LIST response, for a single mailbox path.

Instance Attribute Details

#attr (rw)

MailboxList represents the data of an untagged LIST response, for a single mailbox path. Net::IMAP#list returns an array of MailboxList objects.

[ GitHub ]

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

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

#delim (rw)

MailboxList represents the data of an untagged LIST response, for a single mailbox path. Net::IMAP#list returns an array of MailboxList objects.

[ GitHub ]

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

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

#name (rw)

MailboxList represents the data of an untagged LIST response, for a single mailbox path. Net::IMAP#list returns an array of MailboxList objects.

[ GitHub ]

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

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