るりまサーチ

最速Rubyリファレンスマニュアル検索!
252件ヒット [1-100件を表示] (0.014秒)
トップページ > クエリ:body[x] > クエリ:BodyTypeText[x]

別のキーワード

  1. net/http body
  2. httprequest body
  3. httpresponse body
  4. net/http read_body
  5. webrick/httprequest body

ライブラリ

キーワード

検索結果

<< 1 2 3 > >>

Net::IMAP::BodyTypeText (24000.0)

Content-Type が text であるメッセージを表すクラスです。

Content-Type が text であるメッセージを表すクラスです。

平文のメールを表します。
詳しくは MIME のRFC(2045)を参照してください。

Net::IMAP::BodyTypeMessage#body -> Net::IMAP::BodyTypeBasic | Net::IMAP::BodyTypeMessage | Net::IMAP::BodyTypeText | Net::IMAP::BodyTypeMultipart (21602.0)

ボディを返します。

ボディを返します。

Net::IMAP::BodyTypeBasic (6016.0)

text 型(Net::IMAP::BodyTypeText)、 multipart 型(Net::IMAP::BodyTypeMultipart)、 message 型(Net::IMAP::BodyTypeMessage)、 のいずれでもないようなメッセージボディ構造を表すクラスです。

...text 型(Net::IMAP::BodyTypeText)、
multipart 型(Net::IMAP::BodyTypeMultipart)、
message 型(Net::IMAP::BodyTypeMessage)、
のいずれでもないようなメッセージボディ構造を表すクラスです。

添付ファイルなどを表します。
詳しくは MIME のRFC(2045)を参...

Net::IMAP::BodyTypeText#media_subtype -> String (6006.0)

MIME のメディアタイプのサブタイプを返します。 media_subtype は obsolete です。

...MIME のメディアタイプのサブタイプを返します。

media_subtype は obsolete です。

@see Net::IMAP::BodyTypeText#media_type...

Net::IMAP::BodyTypeText#media_type -> String (6006.0)

MIME のメディアタイプを返します。

...MIME のメディアタイプを返します。

これは "TEXT" を返します。

@see Net::IMAP::BodyTypeText#subtype...

絞り込み条件を変える

Net::IMAP::BodyTypeText#subtype -> String (6006.0)

MIME のメディアタイプのサブタイプを返します。 media_subtype は obsolete です。

...MIME のメディアタイプのサブタイプを返します。

media_subtype は obsolete です。

@see Net::IMAP::BodyTypeText#media_type...

Net::IMAP::BodyTypeText#content_id -> String | nil (6000.0)

Content-ID の値を文字列で返します。

Content-ID の値を文字列で返します。

@see 2045

Net::IMAP::BodyTypeText#description -> String | nil (6000.0)

Content-Description の値を文字列で返します。

Content-Description の値を文字列で返します。

@see 2045

Net::IMAP::BodyTypeText#disposition -> Net::IMAP::ContentDisposition | nil (6000.0)

Content-Dispotition の値を返します。

Content-Dispotition の値を返します。

Net::IMAP::ContentDisposition オブジェクトを返します。

@see 1806, 2183
<< 1 2 3 > >>