Fix misspellings (Closes #119)

This commit is contained in:
RainLoop Team 2014-04-08 01:15:38 +04:00
parent 8979687f88
commit 77cdc4690b
7 changed files with 53 additions and 28 deletions

View file

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

View file

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

View file

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