768件ヒット
[1-100件を表示]
(0.146秒)
クラス
-
Net
:: IMAP (36) -
Net
:: IMAP :: Address (48) -
Net
:: IMAP :: BodyTypeBasic (108) -
Net
:: IMAP :: BodyTypeMessage (108) -
Net
:: IMAP :: BodyTypeMultipart (60) -
Net
:: IMAP :: BodyTypeText (108) -
Net
:: IMAP :: ContentDisposition (24) -
Net
:: IMAP :: ContinuationRequest (12) -
Net
:: IMAP :: Envelope (48) -
Net
:: IMAP :: FetchData (12) -
Net
:: IMAP :: MailboxACLItem (24) -
Net
:: IMAP :: MailboxList (36) -
Net
:: IMAP :: MailboxQuota (12) -
Net
:: IMAP :: MailboxQuotaRoot (24) -
Net
:: IMAP :: ResponseCode (12) -
Net
:: IMAP :: ResponseText (12) -
Net
:: IMAP :: StatusData (24) -
Net
:: IMAP :: TaggedResponse (36) -
Net
:: IMAP :: UntaggedResponse (24)
キーワード
- attr (36)
- capability (12)
-
content
_ id (36) - date (12)
- delim (12)
- description (36)
-
dsp
_ type (12) - encoding (36)
- host (12)
-
in
_ reply _ to (12) - language (48)
- mailbox (48)
- md5 (36)
-
media
_ subtype (48) -
media
_ type (48) - name (60)
- param (60)
- quotaroots (12)
-
raw
_ data (36) - responses (12)
- rights (12)
- route (12)
- status (12)
- subject (12)
- subtype (48)
- tag (12)
- text (12)
- user (12)
検索結果
先頭5件
-
Net
:: IMAP :: MailboxQuotaRoot # quotaroots -> [String] (15304.0) -
問い合わせしたメールボックスの quota root 名を配列で返します。
...問い合わせしたメールボックスの quota root 名を配列で返します。
空の場合もありえます。... -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (12404.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # description -> String | nil (12404.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeText # description -> String | nil (12404.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: MailboxACLItem # rights -> String (12404.0) -
アクセス権限を文字列で返します。
...アクセス権限を文字列で返します。
Net::IMAP::MailboxACLItem#user で得られるユーザが
持っている権限が返されます。
この文字列の意味については 2086 を参照してください。... -
Net
:: IMAP :: StatusData # attr -> { String => Integer } (12404.0) -
STATUS 応答の内容をハッシュで返します。
...STATUS 応答の内容をハッシュで返します。
ハッシュのキーは
"MESSAGES", "RECENT", "UIDNEXT", "UIDVALIDITY", "UNSEEN"
などが使われます。
詳しくは 2060 の 6.3.10、7.2.4 を見てください。... -
Net
:: IMAP :: FetchData # attr -> { String => object } (12310.0) -
各メッセージのアトリビュートの値をハッシュテーブルで返します。
...下の通りです。
: BODY
BODYSTRUCTURE の拡張データなしの形式。
Net::IMAP::BodyTypeBasic, Net::IMAP::BodyTypeText,
Net::IMAP::BodyTypeMessage, Net::IMAP::BodyTypeMultipart
のいずれか。
: BODY[<section>]<<partial>>
section で指定されたセクション......section>]<<partial>>
section で指定されたセクションのメッセージボディの内容。文字列。
ただしこれで内容を見ても :Seen フラグを設定しない点が
BODY[<section>]と同様
: BODYSTRUCTURE
MIME-IMB でのメッセージボディ。
Net::......IMAP::BodyTypeBasic, Net::IMAP::BodyTypeText,
Net::IMAP::BodyTypeMessage, Net::IMAP::BodyTypeMultipart
のいずれか。
: ENVELOPE
メッセージのエンベロープ。
Net::IMAP::Envelope オブジェクト。
: FLAGS
メッセージにセットされたフラグ。
Symb... -
Net
:: IMAP :: Address # route -> String | nil (12304.0) -
メールアドレスの SMTP at-domain-list を返します。
...メールアドレスの SMTP at-domain-list を返します。
存在しない場合は nil を返します。
通常は nil を返します。... -
Net
:: IMAP :: ContinuationRequest # raw _ data -> String (12304.0) -
レスポンス文字列を返します。
レスポンス文字列を返します。