1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Teaching people how to use the settings

This commit is contained in:
Alex Lovell-Troy 2014-05-28 20:50:48 -06:00
parent 29d36a493a
commit 58550c76c9

View file

@ -58,3 +58,10 @@ Settings
a message instance's ``get_email_object`` method being called. Value of a message instance's ``get_email_object`` method being called. Value of
this field is the primary key of the ``django_mailbox.MessageAttachment`` this field is the primary key of the ``django_mailbox.MessageAttachment``
instance currently storing this payload component's contents. instance currently storing this payload component's contents.
* ``DJANGO_MAILBOX_MAX_MESSAGE_SIZE``
* Default: ``False``
* Type: ``integer``
* 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.