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.

classification
Title: mailbox should support options for calling email parser
Type: Stage:
Components: email Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: barry, bpoaugust, r.david.murray
Priority: normal Keywords:

Created on 2021-11-27 16:51 by bpoaugust, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg407154 - (view) Author: (bpoaugust) Date: 2021-11-27 16:51
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.
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 90068
2021-11-27 16:51:40bpoaugustcreate