class Net::IMAP::MailboxList
MailboxList
represents the data of an untagged LIST
response, for a single mailbox path. IMAP#list
returns an array of MailboxList
objects.
Public Instance Methods
Source
# File lib/net/imap/response_data.rb, line 401
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:
-
The IANA IMAP Mailbox Name Attributes registry has links to specifications for all standard mailbox attributes.
Source
# File lib/net/imap/response_data.rb, line 414
Returns the hierarchy delimiter for the mailbox path.