1
0
Fork 0
django-mailbox/django_mailbox
2013-07-25 00:14:24 -07:00
..
management Fixing bad migration; keeping migration for rebuilding associations as a management command. 2013-06-11 22:23:27 -07:00
migrations Major refactor of message attachment handling; no longer stores verbatim 2013-06-23 20:27:50 -07:00
tests Removing print statement. 2013-06-23 20:52:50 -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 Major refactor of message attachment handling; no longer stores verbatim 2013-06-23 20:27:50 -07:00
models.py Encode email message body into UTF-8 always when on Python 2; although I originally thought that this was a Python 2.6 thing, it looks like it might be some combination of platform/version, but bytes should always be fine. 2013-07-25 00:14:24 -07:00
runtests.py Adding tests. 2013-01-19 00:26:58 -08:00
signals.py Initial commit. 2012-06-27 20:45:01 -07:00