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, maxking, r.david.murray
Date 2018-03-02.01:25:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519953941.66.0.467229070634.issue32975@psf.upfronthosting.co.za>
In-reply-to
Content
This is a reasonable request (a good way to use EmailMessage), but EmailMessage is not yet the default even for the email package.  You have to specify policy=default to get it (or use it to construct a message).

Mailbox probably needs some backward compatible way for the user to specify the policy.
History
Date User Action Args
2018-03-02 01:25:42r.david.murraysetrecipients: + r.david.murray, barry, maxking
2018-03-02 01:25:41r.david.murraysetmessageid: <1519953941.66.0.467229070634.issue32975@psf.upfronthosting.co.za>
2018-03-02 01:25:41r.david.murraylinkissue32975 messages
2018-03-02 01:25:40r.david.murraycreate