1
0
Fork 0

Fix DJANGO_MAILBOX_DEFAULT_CHARSET setting

This commit is contained in:
Pascal F 2023-12-12 05:29:30 +01:00
parent 3c6f3830b3
commit 7231c67aae
No known key found for this signature in database
GPG key ID: 3C576B538F890866

View file

@ -80,3 +80,9 @@ Settings
* Default: ``False`` * Default: ``False``
* Type: ``boolean`` * Type: ``boolean``
* Controls whether or not we store original messages in ``eml`` field * 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.