Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::ContinuationRequestクラス

class Net::IMAP::ContinuationRequest

クラスの継承リスト: Net::IMAP::ContinuationRequest < Struct < Enumerable < Object < Kernel < BasicObject

Abstract

Net::IMAP::ContinuationRequest represents command continuation requests.

The command continuation request response is indicated by a "+" token instead of a tag. This form of response indicates that the server is ready to accept the continuation of a command from the client. The remainder of this response is a line of text.

continue_req    ::= "+" SPACE (resp_text / base64)

インスタンスメソッド

data

Returns the data (Net::IMAP::ResponseText).

raw_data

Returns the raw data string.

Methods

Classes