1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

add DJANGO_MAILBOX_ATTACHMENT_UPLOAD_TO setting

This commit is contained in:
eupharis 2015-06-22 17:07:51 -06:00
parent 688759bd7a
commit 1a04087159
5 changed files with 27 additions and 2 deletions

View file

@ -3,3 +3,4 @@ from .test_message_flattening import *
from .test_process_email import *
from .test_transports import *
from .test_integration_imap import *
from .test_settings import *