36件ヒット
[1-36件を表示]
(0.065秒)
検索結果
-
Net
:: SMTP # tls? -> bool (15107.0) -
その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。
...その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。
@see Net::SMTP#enable_tls, Net::SMTP#disable_tls, Net::SMTP#start... -
Net
:: SMTP # starttls? -> Symbol / nil (6106.0) -
その Net::SMTP オブジェクトが STARTTLSを利用するかどうかを返します。
...します。
常に利用する(利用できないときは Net::SMTP#start で例外
Net::SMTPUnsupportedCommand を発生) するときは :always を、
利用可能な場合のみ利用する場合は :auto を、
常に利用しない場合には nil を返します。
@see Net::SMTP#start... -
Net
:: SMTP # ssl? -> bool (7.0) -
その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。
...その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。
@see Net::SMTP#enable_tls, Net::SMTP#disable_tls, Net::SMTP#start...