mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
add DJANGO_MAILBOX_MESSAGE_UPLOAD_TO to settings, change utils.get_attachment_save_path to utils.get_save_path, change eml upload_to in model
This commit is contained in:
parent
6004a2286f
commit
2824cde5e9
3 changed files with 17 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue