Author: Frederik Holljen Date: 2007-03-02 06:53:39 +0100 (Fri, 02 Mar 2007) New Revision: 4707
Log: - Implemented feature request #10341: MixedPart mail without attachments - Documentation enhancement Modified: trunk/Mail/ChangeLog trunk/Mail/docs/tutorial.txt Modified: trunk/Mail/ChangeLog =================================================================== --- trunk/Mail/ChangeLog 2007-03-01 16:20:37 UTC (rev 4706) +++ trunk/Mail/ChangeLog 2007-03-02 05:53:39 UTC (rev 4707) @@ -28,8 +28,10 @@ transport. Based on a patch from Christian Michel. - Implemented feature request #8485: added the ezcMailStorageSet which wraps around another set and provides saving of mail sources. - - +- Implemented feature request #10341: MixedPart mail without attachments - + Documentation enhancement + + 1.2.1 - [RELEASEDATE] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Modified: trunk/Mail/docs/tutorial.txt =================================================================== --- trunk/Mail/docs/tutorial.txt 2007-03-01 16:20:37 UTC (rev 4706) +++ trunk/Mail/docs/tutorial.txt 2007-03-02 05:53:39 UTC (rev 4707) @@ -162,6 +162,24 @@ .. include:: tutorial_example_04.php :literal: +Building MIME structures that work +---------------------------------- + +When you build mail mail from scratch most combinations of MailParts will +produce valid messages. Unfortunately, even though a message is valid +structurally that does not mean that all mail clients will display it +properly. This section gives a few hints on what to do and what not to do. + +1. Ommit Multipart/Mixed parts with only one part. Some mail clients like + Mozilla Thunderbird do not display these correctly. Of course, they are not + necessary either. + +2. Mail with alternative text/HTML parts and common attachments can be + implemented in many ways. However, we have only found one structure that + seems to work across all clients: + MultipartMixed( MultipartAlternative( TextPart, TextPart ), FilePart, ... ) + + Sending a mail using SMTP ------------------------- -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components