るりまサーチ (Ruby 3.2)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.012秒)
トップページ > バージョン:3.2[x] > クエリ:bool[x] > クエリ:APOP[x]

別のキーワード

  1. option bool
  2. socket bool
  3. variant vt_bool
  4. win32ole vt_bool
  5. bool socket

ライブラリ

クラス

検索結果

Net::POP3.APOP(is_apop) -> Class (54757.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 を返します。

Net::POP3#apop? -> bool (18655.0)

このインスタンスが APOP を使ってサーバに接続するなら true を返します。

このインスタンスが APOP を使ってサーバに接続するなら true を返します。