632件ヒット
[601-632件を表示]
(0.009秒)
クラス
-
Net
:: SMTP (632)
キーワード
- address (12)
-
auth
_ cram _ md5 (12) -
auth
_ login (12) -
auth
_ plain (12) - authenticate (12)
-
capable
_ auth _ types (12) -
capable
_ cram _ md5 _ auth? (12) -
capable
_ login _ auth? (12) -
capable
_ plain _ auth? (12) -
capable
_ starttls? (12) - data (24)
-
debug
_ output= (12) -
disable
_ ssl (12) -
disable
_ starttls (12) -
disable
_ tls (12) - ehlo (12)
-
enable
_ ssl (12) -
enable
_ starttls (12) -
enable
_ starttls _ auto (12) -
enable
_ tls (12) - esmtp (12)
- esmtp= (12)
- esmtp? (12)
- finish (12)
- helo (12)
- inspect (12)
- mailfrom (12)
-
open
_ timeout (12) -
open
_ timeout= (12) - port (12)
- quit (12)
- rcptto (12)
-
rcptto
_ list (12) -
read
_ timeout (12) -
read
_ timeout= (12) - ready (12)
- rset (12)
-
send
_ mail (12) - sendmail (12)
-
set
_ debug _ output (12) - ssl? (12)
- start (32)
- started? (12)
- starttls (12)
- starttls? (12)
-
starttls
_ always? (12) -
starttls
_ auto? (12) - tls? (12)
検索結果
-
Net
:: SMTP # starttls _ always? -> bool (3.0) -
その Net::SMTP オブジェクトが 常にSTARTTLSを利用する (利用できない場合には例外を発生する)ならば 真を返します。
その Net::SMTP オブジェクトが 常にSTARTTLSを利用する
(利用できない場合には例外を発生する)ならば
真を返します。
@see Net::SMTP#starttls?, Net::SMTP#starttls_auto?, Net::SMTP#enable_starttls -
Net
:: SMTP # starttls _ auto? -> bool (3.0) -
その Net::SMTP オブジェクトが利用可能な場合にのみにSTARTTLSを利用するならば 真を返します。
その Net::SMTP オブジェクトが利用可能な場合にのみにSTARTTLSを利用するならば
真を返します。
@see Net::SMTP#starttls?, Net::SMTP#starttls_always?, Net::SMTP#enable_starttls_auto -
Net
:: SMTP # tls? -> bool (3.0) -
その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。
その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。
@see Net::SMTP#enable_tls, Net::SMTP#disable_tls, Net::SMTP#start