You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report and the linked issue.
Since the PR was closed without being merged I submitted a new one to hopefully have this fixed upstream (python/cpython#22090).
Further I will how I can work around that issue. Feel free to submit a PR!
Currently the code does not handle the bug mentioned here https://bugs.python.org/issue30681
Following part of the code breaks since we are not catching
TypeError
andValueError
.https://github.com/GOVCERT-LU/eml_parser/blob/master/eml_parser/eml_parser.py#L753-L755
Sample eml that can raise this bug
The text was updated successfully, but these errors were encountered: