*MIME 頭欄 + α の一覧 [1] [[MIME]] [[実体]]の頭欄として仕様・実装・使用例が見つかっているものの一覧: ,頭欄名,説明,状態,出典 ,[[Content-Base:]] ,[[基底URI]] ,"[[MHTML]], [[HTTP/1.1]] (RFC 2068)" ,[CODE(MIME)[[[Content-Charset]]]],[[charset]],時代遅れ ->[CODE(MIME)[Content-Type]] [CODE(MIME)[[[charset]]]],MIME draft ,[[Content-Description:欄]],説明 ,[[MIME]] ,[[Content-Disposition:]], ,"RFC 1806, [[HTTP/1.1]] (RFC 2616 追加)" ,[[Content-Duration:]] ,演奏の間 ,RFC 2424 ,[[Content-Encoding:]] ,符号化 ,[[HTTP]] ,[[Content-ID:欄]] ,識別子 ,[[MIME]] ,[[Content-Language:欄]],言語 ,"RFC 30xx, [[HTTP/1.0]] (追加), [[HTTP/1.1]]" ,[[Content-Length:欄]] ,長さ ,"MIME draft, [[HTTP]]" ,[[Content-Location:]] ,基底URI ,"[[HTTP]], [[MHTML]]" ,[[Content-MD5:欄]] ,[[MD5]] ,"RFC 1554, [[HTTP]]" ,[[Content-Range:]] ,範囲 ,[[HTTP/1.1]] ,[[Content-Script-Type:]],スクリプト型 ,[[HTML4]] ,[[Content-Style-Type:]],スタイル型 ,[[HTML4]] ,[[Content-Transfer-Encoding:]],転送符号化,[[MIME]] ,[[Content-Type:欄]] ,内容型 ,"[[MIME]], [[HTTP]]" ,[[Content-Version:欄]] ,版 ,"[[HTTP/1.1]] (RFC 2068 追加)" ,[[Content-X-Properties:]],追加属性 ,[[[suikawari]]] ,[CODE(MIME)[[[Subject]]]],主題,時代遅れ ->[CODE(MIME)[Content-Description]],MIME draft ,[CODE(MIME)[[[X-PmailDX-Info]]]],画像分割情報,非標準,[H"] ,[CODE(MIME)[[[X-PmailDX-CBMP]]]],画像スライド表示制御,非標準,[H"] ,[CODE(MIME)[[[X-PmailDX-Animation]]]],アニメーション表示制御,非標準,[H"] -[[MIME-Version:欄]] ([[MIME]], [[HTTP/1.0]] 追加) -[[MIMEのparameter値拡張]] ([[RFC2184]], [[RFC2231]]) [[#comment]] *RFC 2045 3. MIME Header Fields MIME defines a number of new RFC 822 header fields that are used to describe the content of a MIME entity. These header fields occur in at least two contexts: MIME は MIME 実体の内容を説明するのに使う幾つかの新しい RFC 822 頭領域を定義します。これらの頭領域は少なくても次の二つの場面で 使うことが出来ます。 =As part of a regular RFC 822 message header. =In a MIME body part header within a multipart construct. =普通の RFC 822 メッセージ頭の一部として。 =多部分構造中の MIME 本文部分頭の中で。 The formal definition of these header fields is as follows: これらの頭領域の正式な定義は次の通りです。 entity-headers := [ content CRLF ] [ encoding CRLF ] [ id CRLF ] [ description CRLF ] *( MIME-extension-field CRLF ) MIME-message-headers := entity-headers fields version CRLF ; The ordering of the header ; fields implied by this BNF ; definition should be ignored. ;; この BNF 定義に見られる頭領域の順序は無視するべきです。 MIME-part-headers := entity-headers [ fields ] ; Any field not beginning with ; "content-" can have no defined ; meaning and may be ignored. ; The ordering of the header ; fields implied by this BNF ; definition should be ignored. ;; "content-" で始まらないいかなる領域も意味は定義され得ず、 無視して構いません。この BNF 定義に見られる頭領域の順序は無視するべきです。 The syntax of the various specific MIME header fields will be described in the following sections. MIME 頭領域を規定する各種構文は次節以降で説明します。 -4. [[MIME-Version:領域]] -5. [[Content-Type:領域]] -6. [[Content-Transfer-Encoding:領域]] -7. [[Content-ID:領域]] -8. [[Content-Description:領域]] *RFC 2045 9. Additional MIME Header Fields Future documents may elect to define additional MIME header fields for various purposes. Any new header field that further describes the content of a message should begin with the string "Content-" to allow such fields which appear in a message header to be distinguished from ordinary RFC 822 message header fields. 将来の文書が各種目的に追加の MIME 頭領域を定義することを選ぶかもしれません。 メッセージの内容を更に説明する新しい頭領域は文字列 "Content-" で始めて、メッセージ頭に現れたこの領域を普通の RFC 822 メッセージ頭領域と区別出来るようにするべきです。 MIME-extension-field := <文字列 "Content-" で始まる RFC 822 頭欄> [INS[ 訳注: 将来というか、 RFC 2045 の時点では既に幾つかの文書が定義してます。 ]INS] *RFC の部分の License See [[RFCのライセンス]] *メモ