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
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
..
management Fixing bad migration; keeping migration for rebuilding associations as a management command. 2013-06-11 22:23:27 -07:00
migrations Base64-encode message body when storing in DB. 2013-07-26 22:13:29 -07:00
tests Base64-encode message body when storing in DB. 2013-07-26 22:13:29 -07:00
transports PEP-8 Cleanup. 2013-06-22 14:35:47 -07:00
__init__.py Initial commit. 2012-06-27 20:45:01 -07:00
admin.py Minor PR cleanup and reorganization. 2013-07-26 20:15:39 -07:00
models.py Base64-encode message body when storing in DB. 2013-07-26 22:13:29 -07:00
runtests.py Reorganizing tests. 2013-07-25 23:45:39 -07:00
signals.py Initial commit. 2012-06-27 20:45:01 -07:00
utils.py Minor PR cleanup and reorganization. 2013-07-26 20:15:39 -07:00