2468件ヒット
[1-100件を表示]
(0.066秒)
種類
- インスタンスメソッド (1820)
- クラス (336)
- 特異メソッド (192)
- 定数 (120)
クラス
-
Net
:: IMAP (944) -
Net
:: IMAP :: Address (48) -
Net
:: IMAP :: BodyTypeBasic (156) -
Net
:: IMAP :: BodyTypeMessage (192) -
Net
:: IMAP :: BodyTypeMultipart (108) -
Net
:: IMAP :: BodyTypeText (168) -
Net
:: IMAP :: ContentDisposition (24) -
Net
:: IMAP :: ContinuationRequest (24) -
Net
:: IMAP :: Envelope (120) -
Net
:: IMAP :: FetchData (24) -
Net
:: IMAP :: MailboxACLItem (24) -
Net
:: IMAP :: MailboxList (36) -
Net
:: IMAP :: MailboxQuota (36) -
Net
:: IMAP :: MailboxQuotaRoot (24) -
Net
:: IMAP :: ResponseCode (24) -
Net
:: IMAP :: ResponseError (24) -
Net
:: IMAP :: ResponseText (24) -
Net
:: IMAP :: StatusData (24) -
Net
:: IMAP :: TaggedResponse (48) -
Net
:: IMAP :: ThreadMember (24) -
Net
:: IMAP :: UntaggedResponse (36)
キーワード
- ANSWERED (12)
- Address (12)
- BadResponseError (12)
- BodyTypeBasic (12)
- BodyTypeMessage (12)
- BodyTypeMultipart (12)
- BodyTypeText (12)
- ByeResponseError (12)
- ContentDisposition (12)
- ContinuationRequest (12)
- DELETED (12)
- DRAFT (12)
- DataFormatError (12)
- Envelope (12)
- Error (12)
- FLAGGED (12)
- FetchData (12)
- FlagCountError (12)
- IMAP (12)
- MARKED (12)
- MailboxACLItem (12)
- MailboxList (12)
- MailboxQuota (12)
- MailboxQuotaRoot (12)
- NOINFERIORS (12)
- NOSELECT (12)
- NoResponseError (12)
- RECENT (12)
- ResponseCode (12)
- ResponseError (12)
- ResponseParseError (12)
- ResponseText (12)
- SEEN (12)
- StatusData (12)
- TaggedResponse (12)
- ThreadMember (12)
- UNMARKED (12)
- UntaggedResponse (12)
-
add
_ authenticator (12) -
add
_ response _ handler (24) - append (12)
- attr (36)
- authenticate (12)
- bcc (12)
- body (12)
- capability (12)
- cc (12)
- check (12)
- children (12)
-
client
_ thread (12) -
client
_ thread= (12) - close (12)
- code (12)
-
content
_ id (36) - copy (12)
- create (12)
- data (48)
- date (12)
- debug (12)
- debug= (12)
-
decode
_ utf7 (12) -
default
_ imap _ port (12) -
default
_ imaps _ port (12) -
default
_ port (12) -
default
_ ssl _ port (12) -
default
_ tls _ port (12) - delete (12)
- delim (12)
- description (36)
- disconnect (12)
- disconnected? (12)
- disposition (48)
-
dsp
_ type (12) -
encode
_ utf7 (12) - encoding (36)
- envelope (12)
- examine (12)
- expunge (12)
- extension (48)
- fetch (12)
-
format
_ date (12) -
format
_ datetime (12) - from (12)
- getacl (12)
- getquota (12)
- getquotaroot (12)
- greeting (12)
- host (12)
- idle (12)
-
idle
_ done (12) -
in
_ reply _ to (12) - language (48)
- lines (24)
- list (12)
- login (12)
- logout (12)
- lsub (12)
- mailbox (48)
-
max
_ flag _ count (12) -
max
_ flag _ count= (12) - md5 (36)
-
media
_ subtype (48) -
media
_ type (48) - move (10)
- multipart? (48)
- name (60)
- new (24)
- noop (12)
- param (60)
- parts (12)
- quota (12)
- quotaroots (12)
-
raw
_ data (36) -
remove
_ response _ handler (12) - rename (12)
-
reply
_ to (12) - response (12)
- response= (12)
-
response
_ handlers (12) - responses (12)
- rights (12)
- route (12)
- search (12)
- select (12)
- sender (12)
- seqno (24)
- setacl (12)
- setquota (12)
- size (36)
- sort (12)
- starttls (24)
- status (12)
- store (12)
- subject (12)
- subscribe (12)
- subtype (48)
- tag (12)
- text (12)
- thread (12)
- to (12)
-
uid
_ copy (12) -
uid
_ fetch (12) -
uid
_ move (10) -
uid
_ search (12) -
uid
_ sort (12) -
uid
_ store (12) -
uid
_ thread (12) - unsubscribe (12)
- usage (12)
- user (12)
- xlist (12)
検索結果
先頭5件
-
Net
:: IMAP . format _ datetime(time) -> String (9202.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 (9102.0) -
デフォルトの IMAP のポート番号(143)を返します。
...デフォルトの IMAP のポート番号(143)を返します。
@see Net::IMAP.default_tls_port... -
Net
:: IMAP . default _ imaps _ port -> Integer (9102.0) -
デフォルトの IMAPS のポート番号(993)を返します。
...デフォルトの IMAPS のポート番号(993)を返します。
@see Net::IMAP.default_port... -
Net
:: IMAP :: MailboxList # delim -> String|nil (9102.0) -
階層区切り文字列を返します。
...階層区切り文字列を返します。
まったく階層が存在しない場合は nil を返します。... -
Net
:: IMAP # list(refname , mailbox) -> [Net :: IMAP :: MailboxList] | nil (6202.0) -
LIST コマンドを送り、クライアントから利用可能なメールボックス名の集合から 引数にマッチするものすべてを返します。
...LIST コマンドを送り、クライアントから利用可能なメールボックス名の集合から
引数にマッチするものすべてを返します。
詳しくは 2060 の 6.3.8 を参照してください。
返り値は Net::IMAP::MailboxList の配列で返します。
返り......nil を返します。
@param refname 参照名(文字列)
@param mailbox 調べるメールボックスの名前(文字列)。ワイルドカードを含んでいてもかまいません。
例:
imap.create("foo/bar")
imap.create("foo/baz")
p imap.list("", "foo/%")
#=> [#<Net::IMAP::Mail......boxList attr=[:Noselect], delim="/", name="foo/">, #<Net::IMAP::MailboxList attr=[:Noinferiors, :Marked], delim="/", name="foo/bar">, #<Net::IMAP::MailboxList attr=[:Noinferiors], delim="/", name="foo/baz">]... -
Net
:: IMAP # xlist(refname , mailbox) -> [Net :: IMAP :: MailboxList] (6202.0) -
XLISTコマンドを送り、クライアントから利用可能なメールボックス名の集合から 引数にマッチするものすべてを返します。
...XLISTコマンドを送り、クライアントから利用可能なメールボックス名の集合から
引数にマッチするものすべてを返します。
Net::IMAP#list とほぼ同様ですが、
「:Sent」などの拡張されたフラグを含むことが異なります。
詳し......le.com/apis/gmail/imap/
を参照してください。
@param refname 参照名(文字列)
@param mailbox 調べるメールボックスの名前(文字列)。ワイルドカードを含んでいてもかまいません。
例:
imap.create("foo/bar")
imap.create("foo/baz")
p imap.xlist("", "......foo/%")
#=> [#<Net::IMAP::MailboxList attr=[:Noselect], delim="/", name="foo/">, \\
# #<Net::IMAP::MailboxList attr=[:Noinferiors, :Marked], delim="/", name="foo/bar">, \\
# #<Net::IMAP::MailboxList attr=[:Noinferiors], delim="/", name="foo/baz">]... -
Net
:: IMAP . add _ authenticator(auth _ type , authenticator) -> () (6202.0) -
Net::IMAP#authenticate で使う 認証用クラスを設定します。
...et::IMAP#authenticate で使う
認証用クラスを設定します。
imap ライブラリに新たな認証方式を追加するために用います。
通常は使う必要はないでしょう。もしこれを用いて
認証方式を追加する場合は net/imap.rb の
Net::IMAP::LoginAu......thenticator などを参考にしてください。
@param auth_type 認証の種類(文字列)
@param authenticator 認証クラス(Class オブジェクト)... -
Net
:: IMAP :: Address # mailbox -> String | nil (6202.0) -
メールアドレスのメールボックス名を返します。
...メールアドレスのメールボックス名を返します。
これが nil ならばそれは 822 group の終わりを意味します。
これが nil でなく、Net::IMAP::Address#mailbox が nil ならば、
822 のグループ名を表します。
どれでもなければ、822 の local... -
Net
:: IMAP :: BodyTypeBasic # disposition -> Net :: IMAP :: ContentDisposition | nil (6202.0) -
Content-Dispotition の値を返します。
...Content-Dispotition の値を返します。
Net::IMAP::ContentDisposition オブジェクトを返します。
@see 1806, 2183...