ライブラリ
-
net
/ imap (156)
キーワード
-
content
_ id (12) - description (12)
- disposition (12)
- encoding (12)
- extension (12)
- language (12)
- md5 (12)
-
media
_ subtype (12) -
media
_ type (12) - multipart? (12)
- param (12)
- size (12)
- subtype (12)
検索結果
先頭5件
-
Net
:: IMAP :: BodyTypeBasic # content _ id -> String | nil (1.0) -
Content-ID の値を文字列で返します。
Content-ID の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (1.0) -
Content-Description の値を文字列で返します。
Content-Description の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeBasic # disposition -> Net :: IMAP :: ContentDisposition | nil (1.0) -
Content-Dispotition の値を返します。
Content-Dispotition の値を返します。
Net::IMAP::ContentDisposition オブジェクトを返します。
@see 1806, 2183 -
Net
:: IMAP :: BodyTypeBasic # encoding -> String (1.0) -
Content-Transfer-Encoding の値を文字列で返します。
Content-Transfer-Encoding の値を文字列で返します。
@see 2045 -
Net
:: IMAP :: BodyTypeBasic # extension -> Array | nil (1.0) -
メッセージの拡張データを返します。
メッセージの拡張データを返します。 -
Net
:: IMAP :: BodyTypeBasic # language -> String | [String] | nil (1.0) -
1766 で定義されているボディ言語を表わす 文字列もしくは文字列の配列を返します。
1766 で定義されているボディ言語を表わす
文字列もしくは文字列の配列を返します。 -
Net
:: IMAP :: BodyTypeBasic # md5 -> String | nil (1.0) -
ボディの MD5 値を文字列で返します。
ボディの MD5 値を文字列で返します。 -
Net
:: IMAP :: BodyTypeBasic # media _ subtype -> String (1.0) -
MIME のメディアタイプのサブタイプを返します。 media_subtype は obsolete です。
...MIME のメディアタイプのサブタイプを返します。
media_subtype は obsolete です。
@see Net::IMAP::BodyTypeBasic#media_type... -
Net
:: IMAP :: BodyTypeBasic # media _ type -> String (1.0) -
MIME のメディアタイプを返します。
...MIME のメディアタイプを返します。
@see Net::IMAP::BodyTypeBasic#subtype...