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 r.david.murray
Recipients barry, r.david.murray, vajrasky
Date 2013-11-25.16:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385396051.26.0.384603344718.issue19772@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the string generator will downcast 8bit body parts to 7bit by encoding them using a 7bit CTE.  This is good.  However, the way it does it is to modify the Message object accordingly.  This is not good.  Except for filling in required missing bits of data (such as MIME borders), serializing a Message should not mutate it.  (And, for the curious, I am the one who made this mistake when I wrote the code :)
History
Date User Action Args
2013-11-25 16:14:11r.david.murraysetrecipients: + r.david.murray, barry, vajrasky
2013-11-25 16:14:11r.david.murraysetmessageid: <1385396051.26.0.384603344718.issue19772@psf.upfronthosting.co.za>
2013-11-25 16:14:11r.david.murraylinkissue19772 messages
2013-11-25 16:14:11r.david.murraycreate