1
0
Fork 0
django-mailbox/django_mailbox
Patrick Craston 8fac7c9711 Only store text/plain and text/html in body field
When parsing multipart message it was storing the whole message as
string in database which could lead to database errors. Only want to
store the actual message text
2013-03-01 16:35:26 +00:00
..
management Ignore p7s smime attachments 2013-01-15 15:48:15 +00:00
migrations Add south migration for message attachment model 2013-01-15 12:28:32 +00:00
tests Delete attachments after they are no longer referenced by an e-mail message. Fixes #1. Bumping version number to 1.8.3 2013-02-03 14:52:42 -08:00
transports Adding file-based transports including Maildir, Mbox, Babyl, MH, and MMDF. 2012-06-30 22:30:13 -07:00
__init__.py Initial commit. 2012-06-27 20:45:01 -07:00
admin.py Adding 'resend message received' admin action. 2013-01-27 04:58:09 -08:00
models.py Only store text/plain and text/html in body field 2013-03-01 16:35:26 +00: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