aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-22 21:32:40 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-09-22 21:32:40 -0700
commitc001526075610a35a05573da749b8ecdde3077ba (patch)
treea66dec0668f823cbb166d00d30d26c5ae2b3478b /resources
parent8be82c919c5867af680060d4512523919e108f40 (diff)
Fixed iCloud servers
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 0fcf174a..10d60b51 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -134,19 +134,19 @@
"imap":[
{
"port":993,
- "hostname":"mail.me.com",
+ "hostname":"imap.mail.me.com",
"ssl":true
},
{
"port":143,
- "hostname":"mail.me.com",
+ "hostname":"imap.mail.me.com",
"starttls":true
}
],
"smtp":[
{
"port":587,
- "hostname":"smtp.me.com",
+ "hostname":"smtp.mail.me.com",
"starttls":true
}
]