mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Fix misspellings (Closes #119)
This commit is contained in:
parent
8979687f88
commit
77cdc4690b
7 changed files with 53 additions and 28 deletions
|
|
@ -1,7 +1,7 @@
|
|||
imap_host = "imap.gmail.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
smpt_host = "smtp.gmail.com"
|
||||
smpt_port = 465
|
||||
smpt_secure = "SSL"
|
||||
smpt_auth = On
|
||||
smtp_host = "smtp.gmail.com"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
smtp_auth = On
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
imap_host = "imap-mail.outlook.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
smpt_host = "smtp-mail.outlook.com"
|
||||
smpt_port = 587
|
||||
smpt_secure = "TLS"
|
||||
smpt_auth = On
|
||||
smtp_host = "smtp-mail.outlook.com"
|
||||
smtp_port = 587
|
||||
smtp_secure = "TLS"
|
||||
smtp_auth = On
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
imap_host = "imap.mail.yahoo.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
smpt_host = "smtp.mail.yahoo.com"
|
||||
smpt_port = 465
|
||||
smpt_secure = "SSL"
|
||||
smpt_auth = On
|
||||
smtp_host = "smtp.mail.yahoo.com"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
smtp_auth = On
|
||||
Loading…
Add table
Add a link
Reference in a new issue