[issue45910] mailbox should support options for calling email parser

bpoaugust report at bugs.python.org
Sat Nov 27 11:51:40 EST 2021


New submission from bpoaugust <sebbaz+bpo at gmail.com>:

It looks like mailbox uses email.message_from_... for parsing emails.

However it does not allow for passing any options to the parser.

In particular the policy cannot be provided.

It would be useful if there was a way to pass such options.

----------
components: email
messages: 407154
nosy: barry, bpoaugust, r.david.murray
priority: normal
severity: normal
status: open
title: mailbox should support options for calling email parser

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


More information about the Python-bugs-list mailing list