1
0
Fork 0
django-mailbox/django_mailbox/tests
Adam Coddington 88d122c421 Base64-encode message body when storing in DB.
* Since Django requires that the content stored in a TextField be unicode, we
  need some way to encode the message safely.  In situations before where
  a single-byte non-7-bit-clean encoding were used, django-mailbox could
  explode when writing the message copy to the database; this should ameliorate
  that problem.
* Reverts earlier changesets' encoding normalization.
2013-07-26 22:13:29 -07:00
..
messages Base64-encode message body when storing in DB. 2013-07-26 22:13:29 -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