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
ashvetsov 60718f5ea8 Fixed issue that made it possible for signal receiver to break getmail.
--HG--
branch : ashvetsov/fixes-to-push
extra : source : a76f8a4e1cf9c469710eb30d093be749965ee213
2013-04-11 15:56:22 +04: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 Adding new settings allowing one to specify a list of mimetypes that are permitted to be stored in the message body of the e-mail message model. 2013-03-11 21:00:53 -07:00
transports Fixed issue with exception when IMAP transport returned no messages. 2013-04-11 15:48:49 +04: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 Fixed issue that made it possible for signal receiver to break getmail. 2013-04-11 15:56:22 +04: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