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

Casey Duncan casey@zope.com
Wed, 27 Mar 2002 15:51:40 -0500


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

Modified Files:
      Tag: casey-death_to_index_html-branch
	MailHost.py 
Log Message:
Updating branch to head for testing


=== Zope/lib/python/Products/MailHost/help/MailHost.py 1.5 => 1.5.34.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.