changed default port in imap to 993
This commit is contained in:
parent
57f0e60174
commit
68e9300870
@ -20,7 +20,7 @@ class IMAP(Backend):
|
||||
)
|
||||
required = ("host", "username", "password")
|
||||
|
||||
port = 143
|
||||
port = 993
|
||||
ssl = False
|
||||
|
||||
imap_class = imaplib.IMAP4
|
||||
|
Loading…
Reference in New Issue
Block a user