[issue32975] mailbox: It would be nice to move mailbox.Message from legacy email.message.Message API to new EmailMessage API

R. David Murray report at bugs.python.org
Thu Mar 1 20:25:41 EST 2018


R. David Murray <rdmurray at bitdance.com> added the comment:

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.

----------
versions: +Python 3.8 -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32975>
_______________________________________


More information about the Python-bugs-list mailing list