1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00
django-mailbox/django_mailbox
2014-05-27 15:17:27 -06:00
..
management Fixing bad migration; keeping migration for rebuilding associations as a management command. 2013-06-11 22:23:27 -07:00
migrations Adding the south migration 2014-05-13 02:07:30 +00:00
tests Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time). 2014-04-25 16:45:35 -07:00
transports Fixing another CI error 2014-05-27 15:17:27 -06:00
__init__.py Initial commit. 2012-06-27 20:45:01 -07:00
admin.py Always decode headers into unicode objects before assigning to model; fixes #12. 2014-04-22 15:49:49 -07:00
models.py Adding the south migration 2014-05-13 02:07:30 +00: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 Fixing header decoding such that it works properly under both Python 3.x and 2.x. 2014-04-22 17:06:17 -07:00