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 vajrasky
Recipients barry, python-dev, r.david.murray, vajrasky
Date 2014-02-10.03:11:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392001891.24.0.183707747946.issue19772@psf.upfronthosting.co.za>
In-reply-to
Content
> So why check specifically for 8bit and base64?

I was in hurry when creating this patch. I think that was part of the debug code. This patch was created with the purpose to illuminate the culprit of this bug. And it served its purpose.

After uploading this patch, I was about to refine the patch. Then I started to think about.... shouldn't there be a more elegant way to solve this problem? Cloning the msg after entering the flatten message? It is supposed to be a clean and simple solution. Then I hit the part where the boundary computation intentionally modifies the message object. Then I remembered the email API had too much magics on it. >.<
History
Date User Action Args
2014-02-10 03:11:31vajraskysetrecipients: + vajrasky, barry, r.david.murray, python-dev
2014-02-10 03:11:31vajraskysetmessageid: <1392001891.24.0.183707747946.issue19772@psf.upfronthosting.co.za>
2014-02-10 03:11:31vajraskylinkissue19772 messages
2014-02-10 03:11:30vajraskycreate