aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar honcheng <honcheng@gmail.com>2013-11-09 10:02:07 +0800
committerGravatar honcheng <honcheng@gmail.com>2013-11-09 10:02:07 +0800
commit305f7ee761e0bb9a08a318c0c13636458d9a4a07 (patch)
treebef9aaaaefe2f871a2f4101a8aa50ff43ed63350 /resources
parentc50f157b27b6d201c6c7f3c9540288ad48aed00a (diff)
Added qq.com mail provider settings
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index 6afb502c..a5a491e7 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -808,5 +808,32 @@
"sentmail":"Sent Messages",
"trash":"Deleted Messages"
}
+ },
+ "qq": {
+ "servers": {
+ "imap": [
+ {
+ "port": 993,
+ "hostname": "imap.exmail.qq.com",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 465,
+ "hostname": "smtp.exmail.qq.com",
+ "ssl": true
+ }
+ ]
+ },
+ "domain-match": [
+ "qq\\.com"
+ ],
+ "mailboxes": {
+ "drafts": "Drafts",
+ "spam": "Junk",
+ "sentmail": "Sent Messages",
+ "trash": "Deleted Messages"
+ }
}
} \ No newline at end of file