Class: Net::IMAP::MailboxList
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Struct
|
|
|
Instance Chain:
self,
Struct
|
|
| Inherits: |
Struct
|
| 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 ⇒ array of Symbols
rw
Returns the name attributes.
-
#delim ⇒ single character string
rw
Returns the hierarchy delimiter for the mailbox path.
-
#name ⇒ String
rw
Returns the mailbox name.
Instance Attribute Details
#attr ⇒ array of Symbols (rw)
Returns the name attributes. Each name attribute is a symbol capitalized
by String#capitalize, such as :Noselect (not :NoSelect). For the
semantics of each attribute, see:
- Net::IMAP@Basic+Mailbox+Attributes
- Net::IMAP@Mailbox+role+Attributes
- The IANA IMAP Mailbox Name Attributes registry has links to specifications for all standard mailbox attributes.
#delim ⇒ single character string (rw)
Returns the hierarchy delimiter for the mailbox path.
#name ⇒ String (rw)
Returns the mailbox name.