[cvs] [Wiki] changed: Doc/Dev/MIMEPackage

Jan Schneider jan at horde.org
Fri Feb 29 17:25:11 UTC 2008


jan  Fri, 29 Feb 2008 12:25:11 -0500

Modified page: http://wiki.horde.org/Doc/Dev/MIMEPackage
New Revision:  3.6
Change log:  Wording

@@ -105,8 +105,10 @@
 $html = $viewer->render();
 </code>

 ++ Reading message headers
+
++++ Using a mail server connection

 Scenario: We want to read a certain message from a certain message on the
mail server, for example to search for messages with a known header.

 <code type="php">
@@ -128,9 +130,9 @@
 $headers->buildHeaders();
 $subject = $headers->getValue('Subject');
 </code>

-+++ Different approach
++++ Using a header text

 If the headers can't be received from an IMAP server or already are
available as a string, this alternative approach could be used:

 <code type="php">


More information about the cvs mailing list