るりまサーチ

最速Rubyリファレンスマニュアル検索!
77件ヒット [1-77件を表示] (0.137秒)

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. pop n_mails
  5. openssl n

ライブラリ

キーワード

検索結果

Net::SMTP#disable_ssl -> () (9110.0)

その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

...その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

@see Net::SMTP#disable_tls, Net::SMTP#tls?...

Net::SMTP#disable_tls -> () (9110.0)

その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

...その Net::SMTP オブジェクトが SMTPS を利用しないよう設定します。

@see Net::SMTP#disable_tls, Net::SMTP#tls?...

Net::SMTP#disable_starttls -> () (9103.0)

その Net::SMTP オブジェクトがSTARTTLSを常に使わないよう設定します。

...その Net::SMTP オブジェクトがSTARTTLSを常に使わないよう設定します。

@see Net::SMTP#starttls?, Net::SMTP#enable_starttls, Net::SMTP#enable_starttls_auto...

Net::SMTP#enable_ssl(context = Net::SMTP.default_ssl_context) -> () (6108.0)

その Net::SMTP オブジェクトが SMTPS を利用するよう設定します。

...その Net::SMTP オブジェクトが SMTPS を利用するよう設定します。

このメソッドは Net::SMTP#start を呼ぶ前に呼ぶ必要があります。

@param context SSL接続で利用する OpenSSL::SSL::SSLContext

@see Net::SMTP#tls?, Net::SMTP#disable_tls...

Net::SMTP#enable_tls(context = Net::SMTP.default_ssl_context) -> () (6108.0)

その Net::SMTP オブジェクトが SMTPS を利用するよう設定します。

...その Net::SMTP オブジェクトが SMTPS を利用するよう設定します。

このメソッドは Net::SMTP#start を呼ぶ前に呼ぶ必要があります。

@param context SSL接続で利用する OpenSSL::SSL::SSLContext

@see Net::SMTP#tls?, Net::SMTP#disable_tls...

絞り込み条件を変える

Net::SMTP#ssl? -> bool (3008.0)

その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

...その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

@see Net::SMTP#enable_tls, Net::SMTP#disable_tls, Net::SMTP#start...

Net::SMTP#tls? -> bool (3008.0)

その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

...その Net::SMTP オブジェクトが SMTPS を利用するならば真を返します。

@see Net::SMTP#enable_tls, Net::SMTP#disable_tls, Net::SMTP#start...