[Zope-Checkins] CVS: Zope/lib/python/Products/MailHost/help - MailHost.py:1.6
Torped Strategy and Communications
info@torped.se
Wed, 20 Mar 2002 12:47:49 -0500
Update of /cvs-repository/Zope/lib/python/Products/MailHost/help
In directory cvs.zope.org:/tmp/cvs-serv27393/lib/python/Products/MailHost/help
Modified Files:
MailHost.py
Log Message:
Merging fix for collector issue #177 ( bcc-header handling, etc ) into Trunk.
=== Zope/lib/python/Products/MailHost/help/MailHost.py 1.5 => 1.6 ===
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.