768件ヒット
[101-200件を表示]
(0.094秒)
クラス
-
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 :: BodyTypeText # subtype -> String (6205.0) -
MIME のメディアタイプのサブタイプを返します。 media_subtype は obsolete です。
...MIME のメディアタイプのサブタイプを返します。
media_subtype は obsolete です。
@see Net::IMAP::BodyTypeText#media_type... -
Net
:: IMAP # capability -> [String] (6204.0) -
CAPABILITY コマンドを送ってサーバがサポートしている 機能(capabilities)のリストを文字列の配列として返します。
...ITY コマンドを送ってサーバがサポートしている
機能(capabilities)のリストを文字列の配列として返します。
capability は IMAP に関連する RFC などで定義されています。
imap.capability
# => ["IMAP4REV1", "UNSELECT", "IDLE", "NAMESPACE", "QUOTA... -
Net
:: IMAP # status(mailbox , attr) -> {String => Integer} (6204.0) -
STATUS コマンドを送り、mailbox のステータスを得ます。
...STATUS コマンドを送り、mailbox のステータスを得ます。
問い合わせたいステータスは attr に文字列の配列で渡します。
返り値は アトリビュート文字列をキーとするハッシュです。
詳しくは 2060 の 6.3.10 を参考にしてくださ......い。
例:
p imap.status("inbox", ["MESSAGES", "RECENT"])
#=> {"RECENT"=>0, "MESSAGES"=>44}
@param mailbox 問い合わせ対象のメールボックス(文字列)
@param attr 問合せたいアトリビュート名(文字列)の配列
@raise Net::IMAP::NoResponseError メールボックス... -
Net
:: IMAP :: Address # host -> String | nil (6204.0) -
メールアドレスのホスト名を返します。
...メールアドレスのホスト名を返します。
nil は 822 のグループ文法に対応します。
これについては Net::IMAP::Address#mailbox も参照してください。
そうでない場合は 822 のドメイン名を表します。
通常は、メールアドレスの「@... -
Net
:: IMAP :: Address # route -> String | nil (6204.0) -
メールアドレスの SMTP at-domain-list を返します。
...メールアドレスの SMTP at-domain-list を返します。
存在しない場合は nil を返します。
通常は nil を返します。... -
Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil (6204.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (6204.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeBasic # media _ type -> String (6204.0) -
MIME のメディアタイプを返します。
...MIME のメディアタイプを返します。
@see Net::IMAP::BodyTypeBasic#subtype... -
Net
:: IMAP :: BodyTypeMessage # content _ id -> String | nil (6204.0) -
Content-ID の値を文字列で返します。
...Content-ID の値を文字列で返します。
@see 2045...