Adam Coddington
|
4c3af900c6
|
Remove unicode literals from tests for Python3.
|
2013-07-26 19:18:57 -07:00 |
|
Adam Coddington
|
adb17e7d67
|
Adding tests and minor code changes to ensure that we properly handle the distinction between bytes and text when dehydrating/rehydrating messages.
|
2013-07-26 19:13:35 -07:00 |
|
Adam Coddington
|
3ee4b43936
|
Cleaning up tests; moving test e-mail messages; fixing bugs relating to message encoding rehydration.
--HG--
rename : django_mailbox/tests/generic_message.eml => django_mailbox/tests/messages/generic_message.eml
rename : django_mailbox/tests/message_with_attachment.eml => django_mailbox/tests/messages/message_with_attachment.eml
rename : django_mailbox/tests/message_with_defective_attachment_association.eml => django_mailbox/tests/messages/message_with_defective_attachment_association.eml
rename : django_mailbox/tests/message_with_defective_attachment_association_result.eml => django_mailbox/tests/messages/message_with_defective_attachment_association_result.eml
rename : django_mailbox/tests/message_with_image_jpg_mimetype.eml => django_mailbox/tests/messages/message_with_image_jpg_mimetype.eml
rename : django_mailbox/tests/message_with_long_text_lines.eml => django_mailbox/tests/messages/message_with_long_text_lines.eml
rename : django_mailbox/tests/message_with_many_multiparts.eml => django_mailbox/tests/messages/message_with_many_multiparts.eml
rename : django_mailbox/tests/message_with_many_multiparts_stripped_html.eml => django_mailbox/tests/messages/message_with_many_multiparts_stripped_html.eml
rename : django_mailbox/tests/message_with_utf8_char.eml => django_mailbox/tests/messages/message_with_utf8_char.eml
rename : django_mailbox/tests/multipart_text.eml => django_mailbox/tests/messages/multipart_text.eml
|
2013-07-26 18:07:31 -07:00 |
|
Adam Coddington
|
2e6c23a6f0
|
Revamping encoding handling to normalize encodings to UTF-8 for storage; back into original encoding during rehydration.
|
2013-07-26 01:01:07 -07:00 |
|
Adam Coddington
|
f92e2a8448
|
Reorganizing tests.
|
2013-07-25 23:45:39 -07:00 |
|