User:RokerHRO/MIME
From Wikipedia, the free encyclopedia
Collection of some e-mail- and MIME-related RFCs to help me to sort my mind. :-)
822
1847
2044
2045
2046
2047
2183
2184
2231
RFC 2231 – MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations
- November 1997
- Obsoletes: #2184
- Updates: #2045, #2047, #2183
- Content:
- Extensions to #2045 and #2183 (Content-Dispositon) to allow Non-ASCII characters in values and how to split overlong values into several lines
- Extensions to "Encoded Word" syntax from 2047 to contain a language tag
- Changes to #2184: Hm, unclear: Not mentioned explicitly in this RFC. :-(
2279
2646
2822
3156
- August 2001
- Updates: RFC 2015 (and "implements" RFC #1847)
- Content:
- Defines PGP/MIME format according to #1847
Content-Type: multipart/encrypted; boundary=foo;
protocol="application/pgp-encrypted"
--foo
Content-Type: application/pgp-encrypted
Version: 1
--foo
Content-Type: application/octet-stream
-----BEGIN PGP MESSAGE-----
Version: 2.6.2
hIwDY32hYGCE8MkBA/wOu7d45aUxF4Q0RKJprD3v5Z9K1YcRJ2fve87lMlDlx4Oj
eW4GDdBfLbJE7VUpp13N19GL8e/AqbyyjHH4aS0YoTk10QQ9nnRvjY8nZL3MPXSZ
g9VGQxFeGqzykzmykU6A26MSMexR4ApeeON6xzZWfo+0yOqAq6lb46wsvldZ96YA
AABH78hyX7YX4uT1tNCWEIIBoqqvCeIMpp7UQ2IzBrXg6GtukS8NxbukLeamqVW3
1yt21DYOjuLzcMNe/JNsD9vDVCvOOG3OCi8=
=zzaA
-----END PGP MESSAGE-----
--foo--
.3629
- November 2003
- Obsoletes: #2279
- Changes from RFC 2279:
- Restricted the range of characters to 0000-10FFFF (the UTF-16 accessible range).
- Turned the note warning against decoding of invalid sequences into a normative MUST NOT.
- Expanded Security Considerations section, in particular impact of Unicode normalization
3676
- February 2004
- Obsoletes: #2646
- Changes to 2646:
- Changed the limits of 79 or 80 to be 78 in conformance with RFC 2822.
- Added DelSp parameter to handle languages and coded character sets in which space is less common or not used.
- Added recommendations for OpenPGP and OpenPGP-MIME.
- Changed some SHOULDs to MUSTs (space-stuffing, quoted paragraphs).
- (etc.)
3798
5147
- April 2008
- Updates: #2046
- Example:
- URIs like this: http://example.com/text.txt#line=10,20
- Not relevant for MIME e-mail, I think. Therefore: Gray box. :-)
5198
5322
- October 2008
- Obsoletes: #2822
- Updates: #4021
- Updated by: #6854
- Remarks:
- Header field syntax is extended in #6532 for international values (but not mentioned in the "Updated by" line above)
- Content:
- Tightens the syntax rules for Header fields.
- Allows a lot of older formats for parsers, but not for generators ("obs-" rules in the ABNF grammar, described in its own section 4.
- Simplified "Bcc:" and "Resent-Bcc:" syntax.
- Generalized "Received:" syntax to fix bugs and move definition out of this document. (now: RFC 5321)
5335
5336
6531
6532
6657
6854
8098
- February 2017
- Updates: #2046, #3461
- Obsoletes: #3798
- Changes to 3798:
- "X-" fields no longer reserved for experimental use and can now be registered in compliance with RFC 6648.
- many clarifications and errata fixes…
- "Disposition-Notification-To" ":" mailbox-list CRLF
- "Disposition-Notification-Options" ":" [FWS] disposition-notification-parameter-list CRLF
- "Original-Recipient" ":" OWS address-type OWS ";" OWS generic-address OWS