Unknown encoding in mail header will throw an exception instead of trying default encoding
kapalex opened this issue · 1 comments
kapalex commented
Caused by parser.py:42, the logger message is not inside the try...except block, so if it fails to parse the attached encoding it will throw the error instead of trying the default encoding (which is the intended functionality).
Will try to provide a pull request soon.
Deleted user commented
This here can be close now as PR #202 is merged