mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
missing archive
This commit is contained in:
parent
70aa88bbd6
commit
bd4d80a2b7
1 changed files with 2 additions and 1 deletions
|
|
@ -251,7 +251,8 @@ class Mailbox(models.Model):
|
||||||
conn = Office365Transport(
|
conn = Office365Transport(
|
||||||
self.location,
|
self.location,
|
||||||
self.username,
|
self.username,
|
||||||
folder=self.folder
|
folder=self.folder,
|
||||||
|
archive=self.archive
|
||||||
)
|
)
|
||||||
conn.connect(self.client_id, self.client_secret, self.tenant_id)
|
conn.connect(self.client_id, self.client_secret, self.tenant_id)
|
||||||
elif self.type == 'maildir':
|
elif self.type == 'maildir':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue