るりまサーチ

最速Rubyリファレンスマニュアル検索!
908件ヒット [1-100件を表示] (0.015秒)
トップページ > クエリ:on[x] > ライブラリ:net/imap[x]

別のキーワード

  1. optparse on
  2. optionparser on
  3. tracer on
  4. thread abort_on_exception
  5. socket udp_server_loop_on

検索結果

<< 1 2 3 ... > >>

Net::IMAP::ContentDisposition (12002.0)

1806, 2183 で定義されている MIME の Content-Disposition フィールドを表すクラスです。

...1806, 2183 で定義されている MIME の
Content-Disposition フィールドを表すクラスです。...

Net::IMAP::ContinuationRequest (12002.0)

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

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

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

詳しくは 2060 の 7.5 を参照してください。...

Net::IMAP::ResponseError#response -> Net::IMAP::TaggedResponse | Net::IMAP::UntaggedResponse (9302.0)

エラーとなったレスポンスを表すオブジェクトを返します。

エラーとなったレスポンスを表すオブジェクトを返します。

Net::IMAP::ResponseError#response=(resp) (9102.0)

エラーとなったレスポンスを表すオブジェクトを設定します。

エラーとなったレスポンスを表すオブジェクトを設定します。

@param resp 設定するレスポンスオブジェクト

Net::IMAP::BodyTypeBasic#disposition -> Net::IMAP::ContentDisposition | nil (6302.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

絞り込み条件を変える

Net::IMAP::BodyTypeMessage#disposition -> Net::IMAP::ContentDisposition | nil (6302.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMultipart#disposition -> Net::IMAP::ContentDisposition | nil (6302.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeText#disposition -> Net::IMAP::ContentDisposition | nil (6302.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP#add_response_handler(handler) -> () (6102.0)

レスポンスハンドラを追加します。

...スハンドラはサーバから応答を受け取るごとに
呼びだされます。ハンドラには
Net::IMAP::TaggedResponse もしくは
Net::IMAP::UntaggedResponse オブジェクトが
渡されます。

主にサーバからの非同期的なイベントを受け取るため
に用い...
...ンドラはメインのスレッドとは別のスレッドで
呼びだされることに注意してください。

例:

imap.add_response_handler do |resp|
p resp
end

@param handler 追加するハンドラ(Proc や Method オブジェクト)
@see Net::IMAP#remove_response_handler...
<< 1 2 3 ... > >>