るりまサーチ

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

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

種類

ライブラリ

クラス

検索結果

Net::IMAP.default_tls_port -> Integer (21210.0)

デフォルトの IMAPS のポート番号(993)を返します。

...デフォルトの IMAPS のポート番号(993)を返します。

@see Net::IMAP.default_port...

Net::SMTP.default_tls_port -> Integer (21203.0)

デフォルトのSMTPSのポート番号(465)を返します。

デフォルトのSMTPSのポート番号(465)を返します。

Net::IMAP.default_imap_port -> Integer (6114.0)

デフォルトの IMAP のポート番号(143)を返します。

...デフォルトの IMAP のポート番号(143)を返します。

@see Net::IMAP.default_tls_port...

Net::IMAP.default_port -> Integer (6114.0)

デフォルトの IMAP のポート番号(143)を返します。

...デフォルトの IMAP のポート番号(143)を返します。

@see Net::IMAP.default_tls_port...

Net::IMAP.default_imaps_port -> Integer (6110.0)

デフォルトの IMAPS のポート番号(993)を返します。

...デフォルトの IMAPS のポート番号(993)を返します。

@see Net::IMAP.default_port...

絞り込み条件を変える

Net::IMAP.default_ssl_port -> Integer (6110.0)

デフォルトの IMAPS のポート番号(993)を返します。

...デフォルトの IMAPS のポート番号(993)を返します。

@see Net::IMAP.default_port...

Net::SMTP.default_ssl_port -> Integer (6103.0)

デフォルトのSMTPSのポート番号(465)を返します。

デフォルトのSMTPSのポート番号(465)を返します。

NEWS for Ruby 2.0.0 (54.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...plementation.

* toplevel
* added method:
* added main.define_method which defines a global function.
* added main.using, which imports refinements into the current file or
eval string. [experimental]

=== 組み込みクラスの互換性 (機能追加とバグ修正を除...
...cal_port
* 追加: Net::HTTP#local_port=
* 拡張: Net::HTTP#connect uses local_host and local_port if specified.

* net/imap
* 追加: Net::IMAP.default_port
* 追加: Net::IMAP.default_imap_port
* 追加: Net::IMAP.default_tls_port
* 追加: Net::IMAP.default_ssl_port...
...* 追加: Net::IMAP.default_imaps_port

* objspace
* 追加: ObjectSpace.#reachable_objects_from

* openssl
* Consistently raise an error when trying to encode nil values. All instances
of OpenSSL::ASN1::Primitive now raise TypeError when calling to_der on an
instance whose...