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

class Net::IMAP::ContinuationRequest

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

要約

IMAP の continuation request (命令継続要求) を表すクラスです。

通常このクラスを直接扱うことはありません。 レスポンスハンドラ(Net::IMAP#add_response_handler) に渡されます。

詳しくは [RFC2060] の 7.5 を参照してください。

インスタンスメソッド

data -> Net::IMAP::ResponseText

レスポンスのデータを返します。

raw_data -> String

レスポンス文字列を返します。

class Net::IMAP::ContinuationRequest