るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.130秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:p[x] > クエリ:debug[x] > クラス:Net::POP3[x]

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. dsa p
  5. dh p

ライブラリ

検索結果

Net::POP3#set_debug_output(f) -> () (12215.0)

デバッグ用の出力 f をセットします。

...net/pop'

p
op = Net::POP3.new('pop.example.com', 110)
p
op.set_debug_output $stderr
p
op.start('YourAccount', 'YourPassword') {
p
pop.n_bytes
}

実行結果:

P
OP session started: pop.example.com:110 (POP)
-> "+OK popd <1162042773.26346.155555a1861c@pop.example.com>\r\n"
<- "APOP Yo...