るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. uri default_port
  2. generic default_port
  3. socket iff_team_port
  4. socket iff_macvlan_port
  5. socket iff_bridge_port

ライブラリ

クラス

検索結果

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

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

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

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


使用例:

require 'net/pop'

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

@param address POP3サーバのホスト名文字列
@param port 接続するPOP3サーバのポート番号
@param account ...