mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Fix DJANGO_MAILBOX_DEFAULT_CHARSET setting
This commit is contained in:
parent
3c6f3830b3
commit
7231c67aae
1 changed files with 6 additions and 0 deletions
|
|
@ -80,3 +80,9 @@ Settings
|
|||
* Default: ``False``
|
||||
* Type: ``boolean``
|
||||
* Controls whether or not we store original messages in ``eml`` field
|
||||
|
||||
* ``DJANGO_MAILBOX_DEFAULT_CHARSET``
|
||||
|
||||
* Default: ``iso8859-1``
|
||||
* Type: ``string``
|
||||
* Controls which charset is used if the charset is not specified in the header.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue