るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.044秒)
トップページ > バージョン:2.4.0[x] > クエリ:NIL[x] > クエリ:pass[x] > クエリ:auth_only[x] > クラス:Net::POP3[x]

別のキーワード

  1. http proxy_pass
  2. net/http proxy_pass
  3. thread pass
  4. http proxy_pass=
  5. _builtin pass

ライブラリ

検索結果

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

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

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

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


使用例:

require 'net/pop'

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

@param address POP3サ...