forked from mirror/django-mailbox
Added storing original message in file
This commit is contained in:
parent
552e033655
commit
42d891bd8d
3 changed files with 39 additions and 1 deletions
|
|
@ -66,3 +66,7 @@ Settings
|
|||
* If this is set, it will be read as a number of
|
||||
bytes. Any messages above that size will not be
|
||||
downloaded. ``2000000`` is 2 Megabytes.
|
||||
* ``DJANGO_MAILBOX_STORE_ORIGINAL_MESSAGE``
|
||||
* Default: ``False``
|
||||
* Type: ``boolean``
|
||||
* Controls whether or not we store original messages in ``eml`` field
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue