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
Daniele Battaglia 6a54074a08 Added 'message/rfc822' attachment handling
message/rfc822 parts were being parsed recursively instead of being
just attached as eml.
Added a check to avoid recursive inspection and added an elif branch to
handle the message save to disk.
2016-06-20 11:27:14 +02:00
..
management python3 support for rfc822.parseaddr (#95) 2016-05-15 12:08:27 -07:00
migrations [migration] add missing migration from b4a3cdc 2016-05-24 00:55:21 +02:00
south_migrations #44: Adding south migration matching Django 1.7 migration. 2015-03-23 19:50:16 -07:00
tests Properly decode encoded filename headers. Fixes #96. 2016-05-14 23:37:49 -07:00
transports add imaps STARTTLS support (#94) 2016-05-15 12:05:11 -07:00
__init__.py Bump version: 4.5.1 → 4.5.2 2016-06-01 12:58:08 -07:00
admin.py Adding envelope headers to the Admin interface. 2014-12-31 09:40:36 -06:00
google_utils.py Remoing unaccessed 'fetch_contacts' function. 2014-06-01 14:26:30 -07:00
models.py Added 'message/rfc822' attachment handling 2016-06-20 11:27:14 +02:00
signals.py Initial commit. 2012-06-27 20:45:01 -07:00
utils.py [#99] Fixes a bug that would prevent upload-to path being srtptime'd. 2016-06-01 12:57:48 -07:00