Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::MailboxListクラス
class Net::IMAP::MailboxList
クラスの継承リスト: Net::IMAP::MailboxList < Struct < Enumerable < Object < Kernel < BasicObject
Abstract
Net::IMAP::MailboxList represents contents of the LIST response.
mailbox_list ::= "(" #("\Marked" / "\Noinferiors" / "\Noselect" / "\Unmarked" / flag_extension) ")" SPACE (<"> QUOTED_CHAR <"> / nil) SPACE mailbox
インスタンスメソッド
attr
-
Returns the name attributes. Each name attribute is a symbol capitalized by String#capitalize, such as :Noselect (not :NoSelect).
delim
-
Returns the hierarchy delimiter
name
-
Returns the mailbox name.