1
0
Fork 0

fix import

This commit is contained in:
Pietro Mingo 2022-07-29 17:26:28 +02:00
parent 8f944190ad
commit 9bfc3e5df1
5 changed files with 20 additions and 42 deletions

View file

@ -251,8 +251,6 @@ class Mailbox(models.Model):
conn = Office365Transport(
self.location,
self.username,
port=self.port if self.port else None,
ssl=True,
folder=self.folder
)
conn.connect(self.client_id, self.client_secret, self.tenant_id)