1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Added random eml file name, removed getattr related to self.mailbox.from_email in Message.reply, fix docs - second round of pull requests

This commit is contained in:
Adam Dobrawy 2015-03-18 09:56:52 +01:00
parent 42d891bd8d
commit 835986c96a
3 changed files with 6 additions and 4 deletions

View file

@ -66,6 +66,7 @@ Settings
* 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.
* ``DJANGO_MAILBOX_STORE_ORIGINAL_MESSAGE``
* Default: ``False``
* Type: ``boolean``