るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.089秒)
トップページ > クエリ:l[x] > クエリ:port=[x] > クエリ:auth_only[x]

別のキーワード

  1. rss title=
  2. rss date=
  3. rss link=
  4. rss description=
  5. rss about=

ライブラリ

クラス

検索結果

Net::POP3.auth_only(address, port = nil, account, password, isapop=false) (24208.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サーバのホスト名文字列
@par...