Author: Frederik Holljen
Date: 2007-02-06 16:25:49 +0100 (Tue, 06 Feb 2007)
New Revision: 4628

Log:
- updated doc to reflect that we actually support digests even though we 
recreate it in the example

Modified:
   trunk/Mail/docs/tutorial.txt

Modified: trunk/Mail/docs/tutorial.txt
===================================================================
--- trunk/Mail/docs/tutorial.txt        2007-02-05 18:32:05 UTC (rev 4627)
+++ trunk/Mail/docs/tutorial.txt        2007-02-06 15:25:49 UTC (rev 4628)
@@ -189,10 +189,11 @@
 Extending the mail component
 ----------------------------
 
-Even though the mail component supports a lot it does not support
-everything. There is no reason to dispair however, since it is very simple to
-extend. The following example shows how you can insert mail digests as
-attachments to your mail.
+It is possible to extend the mail component if you require part types that are
+not supported by default. The following two examples shows how you can
+implement support for digest mail messages as attachments to your mail. This
+functionality is available through the ezcMailRfc822Digest class. However for
+the sake of this example we will recreate it in the MailRFC822Digest class.
 
 The mail system already supports sending attachments through the
 ezcMailMultipartMixed type. Unfortunately directly inserting an ezcMail object

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to