1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
django-mailbox/django_mailbox/tests/messages
2016-08-03 10:11:20 -07:00
..
email_issue_82.eml Fix for #82; Improper handling of badly-encoded documents. 2016-04-04 12:28:11 -07:00
generic_message.eml convert migrations to work with Django 1.7, add Django 1.7.1 to travis test matrix 2014-11-07 17:35:34 +00:00
message_with_attachment.eml convert migrations to work with Django 1.7, add Django 1.7.1 to travis test matrix 2014-11-07 17:35:34 +00:00
message_with_defective_attachment_association.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
message_with_defective_attachment_association_result.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
message_with_image_jpg_mimetype.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
message_with_invalid_content_for_declared_encoding.eml Refactoring imports for Python3 support. Fixes #13. 2014-04-24 15:44:45 -07:00
message_with_invalid_encoding.eml Interpret unknown encodings as ASCII. Fixes #34. 2014-11-15 22:15:25 -08:00
message_with_koi8r_filename_attachments.eml [#96] Adding example email having a koi8r-encoded filename. 2016-05-14 22:26:58 -07:00
message_with_long_content.eml Add test for message with long content (#109) 2016-08-03 10:11:20 -07:00
message_with_long_text_lines.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
message_with_many_multiparts.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
message_with_many_multiparts_stripped_html.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
message_with_not_decoded_attachment_header.eml Add test for message with not decoded attachment header 2015-08-18 17:55:07 +02:00
message_with_single_byte_encoding.eml Base64-encode message body when storing in DB. 2013-07-26 22:13:29 -07:00
message_with_single_byte_extended_subject_encoding.eml Always decode headers into unicode objects before assigning to model; fixes #12. 2014-04-22 15:49:49 -07:00
message_with_text_attachment.eml Always store payload parts having a Content-Disposition of 'attachment' as attachments, even if their Content-Type is text/plain. Fixes #52. 2015-07-07 23:09:41 -07:00
message_with_utf8_attachment.eml Fix parse UTF-8 filename - close #104 2016-06-30 15:43:08 +02:00
message_with_utf8_char.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00
multipart_text.eml Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration. 2013-07-26 18:07:31 -07:00