forked from mirror/django-mailbox
archive and delete
This commit is contained in:
parent
1f6014918c
commit
b39299692a
4 changed files with 21 additions and 6 deletions
|
|
@ -251,6 +251,7 @@ class Mailbox(models.Model):
|
|||
conn = Office365Transport(
|
||||
self.location,
|
||||
self.username,
|
||||
archive=self.archive,
|
||||
folder=self.folder
|
||||
)
|
||||
conn.connect(self.client_id, self.client_secret, self.tenant_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue