るりまサーチ

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

別のキーワード

  1. smtp start
  2. net/smtp start
  3. pop start
  4. pop3 start
  5. http start

ライブラリ

クラス

キーワード

検索結果

Date.rfc822(str = 'Mon, 1 Jan -4712 00:00:00 +0000', start = Date::ITALY) -> Date (15311.0)

2822 で定められた書式の日付を解析し、 その情報に基づいて日付オブジェクトを生成します。

...2 で定められた書式の日付を解析し、
その情報に基づいて日付オブジェクトを生成します。

Date._rfc2822 も参照してください。

@param str 日付をあらわす文字列
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス日...

DateTime.rfc822(str = 'Mon, 1 Jan -4712 00:00:00 +0000', start = Date::ITALY) -> DateTime (15311.0)

2822 で定められた書式の日付を解析し、 その情報に基づいて日付オブジェクトを生成します。

...2 で定められた書式の日付を解析し、
その情報に基づいて日付オブジェクトを生成します。

Date._rfc2822 も参照してください。

@param str 日付をあらわす文字列
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス日...

Date.rfc2822(str = 'Mon, 1 Jan -4712 00:00:00 +0000', start = Date::ITALY) -> Date (211.0)

2822 で定められた書式の日付を解析し、 その情報に基づいて日付オブジェクトを生成します。

...2 で定められた書式の日付を解析し、
その情報に基づいて日付オブジェクトを生成します。

Date._rfc2822 も参照してください。

@param str 日付をあらわす文字列
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス日...

DateTime.rfc2822(str = 'Mon, 1 Jan -4712 00:00:00 +0000', start = Date::ITALY) -> DateTime (211.0)

2822 で定められた書式の日付を解析し、 その情報に基づいて日付オブジェクトを生成します。

...2 で定められた書式の日付を解析し、
その情報に基づいて日付オブジェクトを生成します。

Date._rfc2822 も参照してください。

@param str 日付をあらわす文字列
@param start グレゴリオ暦をつかい始めた日をあらわすユリウス日...

net/imap (120.0)

このライブラリは Internet Message Access Protocol (IMAP) の クライアントライブラリです。2060 を元に 実装されています。

...て Mail/sent-mail から "Mail/sent-apr03" へ移動させる

require 'net/imap'

imap = Net::IMAP.new('mail.example.com')
imap.authenticate('LOGIN', 'joe_user', 'joes_password')
imap.select('Mail/sent-mail')
if not imap.list('Mail/', 'sent-apr03')
imap.create('Mail/sent-apr03')
en...
...

require 'net/imap'

imap = Net::IMAP.new("imap.foo.net", "imap2")
imap.authenticate("cram-md5", "bar", "password")
imap.select("inbox")
fetch_thread = Thread.start { imap.fetch(1..-1, "UID") }
search_result = imap.search(["BODY", "hello"])
fetch_result = fetch_thread.value
imap....
...5.

* [MIME-IMB]
Freed, N., and N. Borenstein, "MIME (Multipurpose Internet
Mail Extensions) Part One: Format of Internet Message Bodies", RFC
2045, November 1996.

* [RFC-822]
Crocker, D., "Standard for the Format of ARPA Internet Text
Messages", STD 11, RFC 822, University...

絞り込み条件を変える