るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.017秒)

別のキーワード

  1. pop auth_only
  2. net/pop auth_only
  3. pop3 auth_only
  4. cgi/core auth_type
  5. cgi auth_type

ライブラリ

クラス

検索結果

Net::POP3.auth_only(address, port = nil, account, password, isapop=false) (18114.0)

POP セッションを開き、認証だけを行って接続を切ります。

...、認証だけを行って接続を切ります。

主に POP before SMTP のために用意されています。


使用例:

require
'net/pop'

Net::POP3.auth_only('pop.example.com', nil, # using default port (110)
'YourAccount', 'YourPassword')

@param address POP...