martinrusev/imbox

Unknown encoding in mail header will throw an exception instead of trying default encoding

kapalex opened this issue · 1 comments

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.

This here can be close now as PR #202 is merged