mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
adds modified documenation
This commit is contained in:
parent
0d77e85d24
commit
62805f324e
3 changed files with 24 additions and 16 deletions
|
|
@ -38,7 +38,7 @@ class ImapTransport(EmailTransport):
|
|||
)
|
||||
self.delete_message_store = getattr(
|
||||
settings,
|
||||
'DJANGO_MAILBOX_DELETE_MESSAGE_STORE',
|
||||
'DJANGO_MAILBOX_DELETE_MESSAGE_ID_STORE',
|
||||
"/tmp/store.json"
|
||||
)
|
||||
self.hostname = hostname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue