django-helpdesk/helpdesk/tests/test_files
Timothy Hobbs 9963a3fe5d Fix utf decoding bug in email parsing code
For some reason mozilla thunderbird sometimes marks email parts as 8bit
even though they are utf-8. I guess the best way to work around this is
to add a try-catch block because this really cannot be predicted.
2020-01-23 16:00:01 +01:00
..
all-special-chars.eml Add failing test for #732 2019-03-09 00:00:32 +01:00
blank-body-with-attachment.eml Fix email test, example didn't update the email subject 2019-04-01 22:17:32 -04:00
pgp.eml Add failing test case for issue-700 emails without bodies 2019-02-15 15:11:06 +01:00
quoted_printable.eml Decode quoted-printable html bodies when getting email 2019-03-06 14:21:30 +01:00
utf-nondecodable.eml Fix utf decoding bug in email parsing code 2020-01-23 16:00:01 +01:00