1
0
Fork 0

Update settings documentation for DJANGO_MAILBOX_DEFAULT_CHARSET #280

Update settings documentation for DJANGO_MAILBOX_DEFAULT_CHARSET
This commit is contained in:
Pascal Fouque 2023-12-17 06:08:44 +01:00 committed by GitHub
commit 3b505ac965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.