2108件ヒット
[1-100件を表示]
(0.026秒)
種類
- インスタンスメソッド (1784)
- 特異メソッド (168)
- 定数 (120)
- クラス (36)
クラス
-
Net
:: IMAP (896) -
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 (12) -
Net
:: IMAP :: ResponseText (24) -
Net
:: IMAP :: StatusData (24) -
Net
:: IMAP :: TaggedResponse (48) -
Net
:: IMAP :: ThreadMember (24) -
Net
:: IMAP :: UntaggedResponse (36)
キーワード
- ANSWERED (12)
- BodyTypeMessage (12)
- BodyTypeText (12)
- ContentDisposition (12)
- DELETED (12)
- DRAFT (12)
- FLAGGED (12)
- MARKED (12)
- NOINFERIORS (12)
- NOSELECT (12)
- RECENT (12)
- SEEN (12)
- UNMARKED (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) - close (12)
- code (12)
-
content
_ id (36) - copy (12)
- create (12)
- data (48)
- date (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) - 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
_ handlers (12) - responses (12)
- rights (12)
- route (12)
- search (12)
- select (12)
- sender (12)
- seqno (24)
- 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 . decode _ utf7(str) -> String (152.0) -
modified UTF-7 の文字列を UTF-8 の文字列に変換します。
...modified UTF-7 の文字列を UTF-8 の文字列に変換します。
modified UTF-7 は IMAP のメールボックス名に使われるエンコーディングで、
UTF-7 を修正したものです。
詳しくは 2060 の 5.1.3 を参照してください。
Net::IMAP ではメールボッ......クス名のエンコードを自動的変換「しない」
ことに注意してください。必要があればユーザが変換すべきです。
@param str 変換対象の modified UTF-7 でエンコードされた文字列
@see Net::IMAP.encode_utf7... -
Net
:: IMAP . encode _ utf7(str) -> String (152.0) -
UTF-8 の文字列を modified UTF-7 の文字列に変換します。
...TF-8 の文字列を modified UTF-7 の文字列に変換します。
modified UTF-7 は IMAP のメールボックス名に使われるエンコーディングで、
UTF-7 を修正したものです。
詳しくは Net::IMAP.encode_utf7 を見てください。
@param str 変換対象の UTF-8... -
Net
:: IMAP :: ContentDisposition # param -> { String => String } | nil (136.0) -
Content-Disposition フィールドのパラメータをハッシュテーブルで 返します。
...Content-Disposition フィールドのパラメータをハッシュテーブルで
返します。
ハッシュテーブルのキーは以下のような値を取ります。詳しくは
2183 などを見てください。
* "FILENAME"
* "CREATION-DATE"
* "MODIFICATION-DATE"
* "READ-DAT"... -
Net
:: IMAP :: Address # route -> String | nil (134.0) -
メールアドレスの SMTP at-domain-list を返します。
...メールアドレスの SMTP at-domain-list を返します。
存在しない場合は nil を返します。
通常は nil を返します。... -
Net
:: IMAP :: BodyTypeBasic # encoding -> String (134.0) -
Content-Transfer-Encoding の値を文字列で返します。
...Content-Transfer-Encoding の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # encoding -> String (134.0) -
Content-Transfer-Encoding の値を文字列で返します。
...Content-Transfer-Encoding の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeText # encoding -> String (134.0) -
Content-Transfer-Encoding の値を文字列で返します。
...Content-Transfer-Encoding の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: Envelope # in _ reply _ to -> String | nil (134.0) -
In-reply-to の内容を文字列で返します。
...In-reply-to の内容を文字列で返します。
エンベロープに存在しないときは nil を返します。... -
Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil (118.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045...