aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/providers.json
diff options
context:
space:
mode:
Diffstat (limited to 'resources/providers.json')
-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
}
]