mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
12 lines
938 B
ReStructuredText
12 lines
938 B
ReStructuredText
|
|
Settings
|
|
========
|
|
|
|
+---------------------------------------+--------------+-------------------------------------------------------------------------+
|
|
| Setting | Default | Notes |
|
|
+=======================================+==============+=========================================================================+
|
|
| ``DJANGO_MAILBOX_ADMIN_ENABLED`` | ``True`` | Controls whether mailboxes appear in the Django Admin. |
|
|
+---------------------------------------+--------------+-------------------------------------------------------------------------+
|
|
| ``DJANGO_MAILBOX_SKIPPED_EXTENSIONS`` | ``['.p7s']`` | A list of extensions to skip when processing email message attachments. |
|
|
+---------------------------------------+--------------+-------------------------------------------------------------------------+
|
|
|