mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Added "Verify ssl certificate" setting in domain configuration popup (Closes #332)
This commit is contained in:
parent
c8bd765e12
commit
49f6c8bbe9
11 changed files with 87 additions and 34 deletions
|
|
@ -1,7 +1,9 @@
|
|||
imap_host = "imap.gmail.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
imap_verify_ssl = Off
|
||||
smtp_host = "smtp.gmail.com"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
smtp_verify_ssl = Off
|
||||
smtp_auth = On
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
imap_host = "imap-mail.outlook.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
imap_verify_ssl = Off
|
||||
smtp_host = "smtp-mail.outlook.com"
|
||||
smtp_port = 587
|
||||
smtp_secure = "TLS"
|
||||
smtp_verify_ssl = Off
|
||||
smtp_auth = On
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
imap_host = "imap.qq.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
imap_verify_ssl = Off
|
||||
smtp_host = "smtp.qq.com"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
smtp_verify_ssl = Off
|
||||
smtp_auth = On
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
imap_host = "imap.mail.yahoo.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
imap_verify_ssl = Off
|
||||
smtp_host = "smtp.mail.yahoo.com"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
smtp_verify_ssl = Off
|
||||
smtp_auth = On
|
||||
Loading…
Add table
Add a link
Reference in a new issue