mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
fix import
This commit is contained in:
parent
8f944190ad
commit
9bfc3e5df1
5 changed files with 20 additions and 42 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue