Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::UntaggedResponseクラス
class Net::IMAP::UntaggedResponse
クラスの継承リスト: Net::IMAP::UntaggedResponse < Struct < Enumerable < Object < Kernel < BasicObject
Abstract
Net::IMAP::UntaggedResponse represents untagged responses.
Data transmitted by the server to the client and status responses that do not indicate command completion are prefixed with the token "*", and are called untagged responses.
response_data ::= "*" SPACE (resp_cond_state / resp_cond_bye / mailbox_data / message_data / capability_data)
インスタンスメソッド
data
-
Returns the data such as an array of flag symbols, a Net::IMAP::MailboxList object....
name
-
Returns the name such as "FLAGS", "LIST", "FETCH"....
raw_data
-
Returns the raw data string.