Author: Alexandru Stanoi Date: 2007-01-24 13:23:03 +0100 (Wed, 24 Jan 2007) New Revision: 4557
Log: - Implemented feature request #10068: added a list of supported RFCs to the documentation. Added: trunk/Mail/docs/rfcs.txt Modified: trunk/Mail/ChangeLog trunk/Mail/docs/tutorial.txt Modified: trunk/Mail/ChangeLog =================================================================== --- trunk/Mail/ChangeLog 2007-01-24 12:22:57 UTC (rev 4556) +++ trunk/Mail/ChangeLog 2007-01-24 12:23:03 UTC (rev 4557) @@ -17,6 +17,8 @@ if the header contained a too long string without any white spaces. - Implemented feature request #8419: added the property size to ezcMailPart, which is set when parsing a mail. +- Implemented feature request #10068: added a list of supported RFCs to the + documentation. 1.2.1 - [RELEASEDATE] Added: trunk/Mail/docs/rfcs.txt =================================================================== --- trunk/Mail/docs/rfcs.txt 2007-01-24 12:22:57 UTC (rev 4556) +++ trunk/Mail/docs/rfcs.txt 2007-01-24 12:23:03 UTC (rev 4557) @@ -0,0 +1,71 @@ +Mail RFCs +--------- + +This document lists various RFCs (Requests For Comments) supported +by the Mail component. Not all RFCs are fully implemented yet. + +Host To Host Mail Transfer +========================== + +1. `RFC 821 - Simple Mail Transfer Protocol`__ (SMTP) +2. `RFC 2554 - SMTP Service Extension for Authentication`__ + +__ http://www.faqs.org/rfcs/rfc821.html +__ http://www.faqs.org/rfcs/rfc2554.html + + +Client To Host Mail Transfer +============================ + +1. `RFC 1939 - Post Office Protocol - Version 3`__ (POP3) +2. `RFC 1730 - Internet Message Access Protocol - Version 4`__ (IMAP4) +3. `RFC 2060 - Internet Message Access Protocol - Version 4rev1`__ (IMAP4rev1) + +__ http://www.faqs.org/rfcs/rfc1939.html +__ http://www.faqs.org/rfcs/rfc1730.html +__ http://www.faqs.org/rfcs/rfc2060.html + + +Basic Message Format and Encoding +================================= + +1. `RFC 2822 Internet Message Format`__ +2. `RFC 4021 Registration of Mail and MIME header fields`__ + +__ http://www.faqs.org/rfcs/rfc2822.html +__ http://www.faqs.org/rfcs/rfc4021.html + + +Multipurpose Internet Mail Extensions (MIME) +============================================ + +1. `RFC 2045 - MIME Part 1 - Format of Internet Message Bodies`__ +2. `RFC 2046 - MIME Part 2 - Media Types`__ +3. `RFC 2047 - MIME Part 3 - Message Header Extensions for Non-ASCII Text`__ +4. `RFC 2557 - MIME Encapsulation of Aggregate Documents`__ such as HTML (MHTML) +5. `RFC 2183 - The Content-Disposition Header`__ +6. `RFC 2854 - The text html Media Type`__ +7. `RFC 2392 - Content-ID and Message-ID Uniform Resource Locators`__ +8. `RFC 2231 - MIME Parameter Value and Encoded Word Extensions`__ (retrieval only, sending to be implemented) +9. `RFC 3462 - The Multipart Report Content Type`__ +10. `RFC 3464 - An Extensible Message Format for Delivery Status Notifications`__ + +__ http://www.faqs.org/rfcs/rfc2045.html +__ http://www.faqs.org/rfcs/rfc2046.html +__ http://www.faqs.org/rfcs/rfc2047.html +__ http://www.faqs.org/rfcs/rfc2557.html +__ http://www.faqs.org/rfcs/rfc2183.html +__ http://www.faqs.org/rfcs/rfc2854.html +__ http://www.faqs.org/rfcs/rfc2392.html +__ http://www.faqs.org/rfcs/rfc2231.html +__ http://www.faqs.org/rfcs/rfc3462.html +__ http://www.faqs.org/rfcs/rfc3464.html + + + +.. + Local Variables: + mode: rst + fill-column: 79 + End: + vim: et syn=rst tw=79 Property changes on: trunk/Mail/docs/rfcs.txt ___________________________________________________________________ Name: svn:eol-style + native Modified: trunk/Mail/docs/tutorial.txt =================================================================== --- trunk/Mail/docs/tutorial.txt 2007-01-24 12:22:57 UTC (rev 4556) +++ trunk/Mail/docs/tutorial.txt 2007-01-24 12:23:03 UTC (rev 4557) @@ -324,21 +324,6 @@ number of times such as 3). -References -========== - -1. `IMAP4`_ (1730) and `IMAP4rev1`_ (2060) RFCs for IMAP transport -2. `POP3`_ (1939) RFC for IMAP transport -3. `SMTP`_ (821) and `SMTP authentication`_ (2554) RFCs for SMTP transport -4. Other mail related RFCs_ - -.. _IMAP4: http://www.faqs.org/rfcs/rfc1730.html -.. _IMAP4rev1: http://www.faqs.org/rfcs/rfc2060.html -.. _POP3: http://www.faqs.org/rfcs/rfc1939.html -.. _SMTP: http://www.faqs.org/rfcs/rfc821.html -.. _SMTP authentication: http://www.faqs.org/rfcs/rfc2554.html -.. _RFCs: http://www.imc.org/rfcs.html - .. Local Variables: -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components