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 berker.peksag
Recipients adrien-saladin, barry, berker.peksag, kxroberto, martin.panter, python-dev, r.david.murray, rhettinger
Date 2016-06-13.08:34:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465806861.56.0.666508562874.issue10839@psf.upfronthosting.co.za>
In-reply-to
Content
> I think we just need to plumb a `policy` argument through to the ultimate base
> class, email.message.Message

That's already possible: https://docs.python.org/dev/library/email.message.html#email.message.Message

It would be nice to be able to customize 'policy' via BaseMime: https://github.com/python/cpython/blob/master/Lib/email/mime/base.py#L23
History
Date User Action Args
2016-06-13 08:34:21berker.peksagsetrecipients: + berker.peksag, barry, rhettinger, kxroberto, r.david.murray, adrien-saladin, python-dev, martin.panter
2016-06-13 08:34:21berker.peksagsetmessageid: <1465806861.56.0.666508562874.issue10839@psf.upfronthosting.co.za>
2016-06-13 08:34:21berker.peksaglinkissue10839 messages
2016-06-13 08:34:21berker.peksagcreate