mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
testing on feature
This commit is contained in:
parent
af8d283765
commit
53ab53034b
2 changed files with 4 additions and 4 deletions
|
|
@ -233,7 +233,7 @@ class Mailbox(models.Model):
|
|||
folder=self.folder,
|
||||
archive=self.archive
|
||||
)
|
||||
conn.connect(self.client_id, self.client_secret, self.tenant_id)
|
||||
conn.connect()
|
||||
elif self.type == 'pop3':
|
||||
conn = Pop3Transport(
|
||||
self.location,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue