This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.henry
Recipients michael.henry, r.david.murray
Date 2011-03-15.15:15:42
SpamBayes Score 5.495014e-06
Marked as misclassified No
Message-id <1300202143.89.0.407309500097.issue11555@psf.upfronthosting.co.za>
In-reply-to
Content
The function email.Message.as_string has an out-of-date comment:

"""
This is a convenience method and may not generate the message exactly
as you intend because by default it mangles lines that begin with
"From ".  For more flexibility, use the flatten() method of a
Generator instance.
"""

The functionality has changed such that "From " mangling is no longer done.
History
Date User Action Args
2011-03-15 15:15:43michael.henrysetrecipients: + michael.henry, r.david.murray
2011-03-15 15:15:43michael.henrysetmessageid: <1300202143.89.0.407309500097.issue11555@psf.upfronthosting.co.za>
2011-03-15 15:15:42michael.henrylinkissue11555 messages
2011-03-15 15:15:42michael.henrycreate