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
Adam Coddington 002e33bd95 Refactoring imports for Python3 support. Fixes #13.
* Refactoring unicode payload handling of mis-encoded payloads.
* Uses six.moves.urllib to find proper urllib versions.
2014-04-24 15:44:45 -07:00
..
messages Refactoring imports for Python3 support. Fixes #13. 2014-04-24 15:44:45 -07:00
__init__.py Reorganizing tests. 2013-07-25 23:45:39 -07:00
base.py Base64-encode message body when storing in DB. 2013-07-26 22:13:29 -07:00
test_mailbox.py Reorganizing tests. 2013-07-25 23:45:39 -07:00
test_message_flattening.py Reorganizing tests. 2013-07-25 23:45:39 -07:00
test_process_email.py Base64-encode message body when storing in DB. 2013-07-26 22:13:29 -07:00