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
Felix Boehme 76c5e0ea7c Insert Message-ID header before send/store
ensures that in-reply-to finds the original message
2014-12-08 17:34:19 -08:00
..
management Cleaning up management commands for PEP-8 and consistency. 2014-08-22 20:02:58 -07:00
migrations convert migrations to work with Django 1.7, add Django 1.7.1 to travis test matrix 2014-11-07 17:35:34 +00:00
south_migrations Related object, mass mail utils 2014-12-08 14:54:03 -08:00
tests Interpret unknown encodings as ASCII. Fixes #34. 2014-11-15 22:15:25 -08:00
transports Attempting to narrow down the issue @rulzart is encountering. 2014-10-14 19:29:51 -07:00
__init__.py Release 4.1.2; Added handling for processing unknown encodings. 2014-11-15 22:19:32 -08:00
admin.py Add file header and dummy HTML method. 2014-08-29 17:24:49 -03:00
google_utils.py Remoing unaccessed 'fetch_contacts' function. 2014-06-01 14:26:30 -07:00
mail.py Insert Message-ID header before send/store 2014-12-08 17:34:19 -08:00
models.py Related object, mass mail utils 2014-12-08 14:54:03 -08:00
runtests.py Given that 'classic' versions of django do not have a setup function: allow that to fail. 2014-11-07 19:12:30 -08:00
signals.py Initial commit. 2012-06-27 20:45:01 -07:00
utils.py Interpret unknown encodings as ASCII. Fixes #34. 2014-11-15 22:15:25 -08:00