るりまサーチ

最速Rubyリファレンスマニュアル検索!
1932件ヒット [1-100件を表示] (0.123秒)
トップページ > クエリ:i[x] > クエリ:-[x] > ライブラリ:net/imap[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

キーワード

検索結果

<< 1 2 3 ... > >>

Net::IMAP.format_datetime(time) -> String (9314.0)

時刻オブジェクトを IMAP の日付時刻フォーマットでの文字列に変換します

...時刻オブジェクトを IMAP の日付時刻フォーマットでの文字列に変換します

require 'net/imap'

Net::IMAP.format_datetime(Time.new(2011, 6, 20, 13, 20, 1))
# => "20-Jun-2011 13:20 +0900"

@param time 変換する時刻オブジェクト...

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

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

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

@see Net::IMAP.default_tls_port...

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

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

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

@see Net::IMAP.default_port...

Net::IMAP::MailboxList#delim -> String|nil (9202.0)

階層区切り文字列を返します。

...階層区切り文字列を返します。

まったく階層が存在しない場合は nil を返します。...

Net::IMAP::BodyTypeBasic#encoding -> String (6334.0)

Content-Transfer-Encoding の値を文字列で返します。

...Content-Transfer-Encoding の値を文字列で返します。

@see 2045...

絞り込み条件を変える

Net::IMAP::BodyTypeMessage#encoding -> String (6334.0)

Content-Transfer-Encoding の値を文字列で返します。

...Content-Transfer-Encoding の値を文字列で返します。

@see 2045...

Net::IMAP::BodyTypeText#encoding -> String (6334.0)

Content-Transfer-Encoding の値を文字列で返します。

...Content-Transfer-Encoding の値を文字列で返します。

@see 2045...

Net::IMAP::Envelope#in_reply_to -> String | nil (6334.0)

In-reply-to の内容を文字列で返します。

...In-reply-to の内容を文字列で返します。

エンベロープに存在しないときは nil を返します。...

Net::IMAP::BodyTypeBasic#disposition -> Net::IMAP::ContentDisposition | nil (6318.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

Net::IMAP::BodyTypeMessage#disposition -> Net::IMAP::ContentDisposition | nil (6318.0)

Content-Dispotition の値を返します。

...Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183...

絞り込み条件を変える

<< 1 2 3 ... > >>