[Zope-Checkins] CVS: Zope/lib/python/Products/MailHost/help - MailHost.py:1.5.46.1

Torped Strategy and Communications info@torped.se
Mon, 18 Mar 2002 12:54:28 -0500


Update of /cvs-repository/Zope/lib/python/Products/MailHost/help
In directory cvs.zope.org:/tmp/cvs-serv19527/lib/python/Products/MailHost/help

Modified Files:
      Tag: regebro-case_177-branch
	MailHost.py 
Log Message:
Elaborated somewhat on the API description.

=== Zope/lib/python/Products/MailHost/help/MailHost.py 1.5 => 1.5.46.1 ===
         The arguments are:
 
-          messageText -- The body of the mail message.
+          messageText -- The mail message. It can either be a rfc822 
+          formed text with header fields, or just a body without any 
+          header fields. The other arguments given will override the
+          header fields in the message, if they exist.
 
           mto -- A string or list of recipient(s) of the message.