1
0
Fork 1
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:
Alireza Lotfi 2022-09-16 10:50:26 -04:00
parent d0b9b501d4
commit f40ee8832f
2 changed files with 0 additions and 77 deletions

View file

@ -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,