aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar honcheng <honcheng@gmail.com>2013-11-09 10:07:28 +0800
committerGravatar honcheng <honcheng@gmail.com>2013-11-09 10:07:28 +0800
commit9d13ab3470c32faabbe2b449adc948b4cbe06e81 (patch)
tree4ba74c7311fa82b838ac20e9930ea70cf4876b99 /resources
parent305f7ee761e0bb9a08a318c0c13636458d9a4a07 (diff)
Added open mailbox.org mail provider settings
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index a5a491e7..03903de5 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -835,5 +835,33 @@
"sentmail": "Sent Messages",
"trash": "Deleted Messages"
}
+ },
+ "openmailbox": {
+ "servers": {
+ "imap": [
+ {
+ "port": 143,
+ "hostname": "imap.openmailbox.org",
+ "starttls": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 587,
+ "hostname": "smtp.openmailbox.org",
+ "starttls": true
+ }
+ ]
+ },
+ "domain-match": [
+ "openmailbox\\.org"
+ ],
+ "mailboxes": {
+ "drafts": "Drafts",
+ "allmail": "Archive",
+ "spam": "Spam",
+ "sentmail": "Sent",
+ "trash": "Trash"
+ }
}
} \ No newline at end of file