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
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.
#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.
#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.