class Net::IMAP::MailboxList
Net::IMAP::MailboxList
represents contents of the LIST response, representing a single mailbox path.
Net::IMAP#list
returns an array of MailboxList
objects.
Public Instance Methods
attr → array of Symbols
click to toggle source
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:
# File net-imap-0.4.9.1/lib/net/imap/response_data.rb, line 388
delim → single character string
click to toggle source
Returns the hierarchy delimiter for the mailbox path.
# File net-imap-0.4.9.1/lib/net/imap/response_data.rb, line 401
name → string
click to toggle source
Returns the mailbox name.
# File net-imap-0.4.9.1/lib/net/imap/response_data.rb, line 407