aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar Robert La Ferla <robert@visi-call.com>2014-09-12 11:14:30 -0400
committerGravatar Robert La Ferla <robert@visi-call.com>2014-09-12 11:14:30 -0400
commit5eece2a1101b58a18053cfe3ffac372df4a7706f (patch)
treecfa011d449ca7debb162453faeed41197c7799bf /resources
parent2cbe52d50692f673e8bfe5e65e3262022e9a50fd (diff)
Added support for hushmail.
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 12aea91d..e38e1f3d 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -1,4 +1,42 @@
{
+ "hushmail":{
+ "servers":{
+ "imap":[
+ {
+ "port": 993,
+ "hostname":"imap.hushmail.com",
+ "ssl":true
+ }
+ ],
+ "pop":[
+ {
+ "port": 995,
+ "hostname":"pop.hushmail.com",
+ "ssl":true
+ }
+ ],
+ "smtp":[
+ {
+ "port":587,
+ "hostname":"smtp.hushmail.com",
+ "ssl":true
+ },
+ {
+ "port":465,
+ "hostname":"smtp.hushmail.com",
+ "ssl":true
+ },
+ {
+ "port":25,
+ "hostname":"smtp.hushmail.com",
+ "starttls":true
+ }
+ ]
+ },
+ "domain-match":[
+ "hushmail\\.com"
+ ]
+ },
"mail":{
"servers":{
"imap":[