mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
office365-imap: remove extra comments
This commit is contained in:
parent
d0b9b501d4
commit
f40ee8832f
2 changed files with 0 additions and 77 deletions
|
|
@ -216,16 +216,6 @@ class Mailbox(models.Model):
|
|||
archive=self.archive
|
||||
)
|
||||
conn.connect(self.username, self.password)
|
||||
# elif self.type == 'office365':
|
||||
# conn = Office365Transport(
|
||||
# self.location,
|
||||
# port=self.port if self.port else None,
|
||||
# tls=self.use_tls,
|
||||
# ssl=self.use_ssl,
|
||||
# archive=self.archive,
|
||||
# folder=self.folder
|
||||
# )
|
||||
# conn.connect(self.username, self.password)
|
||||
elif self.type == 'office365':
|
||||
conn = Office365Transport(
|
||||
self.location,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue