aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar Robert La Ferla <robert@visi-call.com>2014-09-12 11:09:51 -0400
committerGravatar Robert La Ferla <robert@visi-call.com>2014-09-12 11:09:51 -0400
commit2cbe52d50692f673e8bfe5e65e3262022e9a50fd (patch)
tree719d2e21307371ef7a8312292fe8b7a6850464ab /resources
parent11d0f41da4f92e9aef722ae266c06b5f1aaa99a8 (diff)
Added entry for mail.com
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json40
1 files changed, 39 insertions, 1 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 92a6a136..12aea91d 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -1,5 +1,43 @@
{
- "zoho":{
+ "mail":{
+ "servers":{
+ "imap":[
+ {
+ "port": 993,
+ "hostname":"imap.mail.com",
+ "ssl":true
+ }
+ ],
+ "pop":[
+ {
+ "port": 995,
+ "hostname":"pop.mail.com",
+ "ssl":true
+ }
+ ],
+ "smtp":[
+ {
+ "port":587,
+ "hostname":"smtp.mail.com",
+ "ssl":true
+ },
+ {
+ "port":465,
+ "hostname":"smtp.mail.com",
+ "ssl":true
+ },
+ {
+ "port":25,
+ "hostname":"smtp.mail.com",
+ "ssl":true
+ }
+ ]
+ },
+ "domain-match":[
+ "mail\\.com"
+ ]
+ },
+ "zoho":{
"servers":{
"imap":[
{