204件ヒット
[1-100件を表示]
(0.023秒)
種類
- インスタンスメソッド (192)
- クラス (12)
クラス
キーワード
- BodyTypeMultipart (12)
- body (12)
- description (36)
- disposition (12)
- extension (12)
- language (12)
-
media
_ subtype (12) -
media
_ type (12) - multipart? (48)
- param (12)
- parts (12)
- subtype (12)
検索結果
先頭5件
-
Net
:: IMAP :: BodyTypeMultipart # multipart? -> bool (9102.0) -
マルチパートかどうかを返します。 true を返します。
マルチパートかどうかを返します。
true を返します。 -
Net
:: IMAP :: BodyTypeBasic # description -> String | nil (6102.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeBasic # multipart? -> bool (6102.0) -
マルチパートかどうかを返します。 false を返します。
マルチパートかどうかを返します。
false を返します。 -
Net
:: IMAP :: BodyTypeMessage # description -> String | nil (6102.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # multipart? -> bool (6102.0) -
マルチパートかどうかを返します。 false を返します。
マルチパートかどうかを返します。
false を返します。 -
Net
:: IMAP :: BodyTypeText # description -> String | nil (6102.0) -
Content-Description の値を文字列で返します。
...Content-Description の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeText # multipart? -> bool (6102.0) -
マルチパートかどうかを返します。 false を返します。
マルチパートかどうかを返します。
false を返します。 -
Net
:: IMAP :: BodyTypeMultipart (6002.0) -
マルチパートなメッセージを表すクラスです。
マルチパートなメッセージを表すクラスです。
詳しくは MIME のRFC(2045)を参照してください。 -
Net
:: IMAP :: BodyTypeMultipart # parts -> [Net :: IMAP :: BodyTypeBasic | Net :: IMAP :: BodyTypeText | Net :: IMAP :: BodyTypeMessage | Net :: IMAP :: BodyTypeMultipart] (3102.0) -
マルチパートの各部分を返します。
マルチパートの各部分を返します。