るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.038秒)
トップページ > バージョン:2.4.0[x] > クエリ:Net::APOP[x] > 種類:特異メソッド[x]

別のキーワード

  1. net/smtp start
  2. net/http get
  3. net/imap name
  4. net/imap param
  5. net/pop pop

ライブラリ

クラス

検索結果

Net::POP3.APOP(is_apop) -> Class (70.0)

bool が真なら Net::APOP クラス、偽なら Net::POP3 クラスを返します。

bool が真なら Net::APOP クラス、偽なら Net::POP3 クラスを返します。

使用例:

require 'net/pop'

pop = Net::POP3::APOP($isapop).new(addr, port)
pop.start(account, password) {
....
}

@param is_apop 真の場合に Net::APOP を返します。