rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

Fix unknown-8bit errors #54

Closed adriangibanelbtactic closed 2 years ago

adriangibanelbtactic commented 2 years ago

Avoid errors parsing emails with wrong detected subject encoding. Also workaround python bug with some bad formed emails ( https://github.com/python/cpython/issues/71508 ).

This pull request builds on https://github.com/rgladwell/imap-upload/pull/53 so it's meant to be approved once the former pull request has been merged into upstream.

adriangibanelbtactic commented 2 years ago

@rgladwell If you need any additional explanation about this pull request just ask about it.

Thank you.

rgladwell commented 2 years ago

Ah sorry, forgot about this. If you can fix the merge conflicts I'll merge ASAP.

adriangibanelbtactic commented 2 years ago

This branch has no conflicts with the base branch

Which merge conflicts? I've always seen: This branch has no conflicts with the base branch.

What github tells you?

rgladwell commented 2 years ago

Sorry about that, read the interface incorrectly. Thanks for this.