1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00
This commit is contained in:
Ilya Tleukenov 2023-12-12 10:14:21 -07:00 committed by GitHub
commit 0854b81b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 55 additions and 20 deletions

View file

@ -80,3 +80,9 @@ Settings
* Default: ``False``
* Type: ``boolean``
* Controls whether or not we store original messages in ``eml`` field
* ``DJANGO_MAILBOX_MESSAGE_UPLOAD_TO``
* Default: ``messages/``
* Type: ``string``
* Original message will be saved to this location.