aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar Viktor Gedzenko <foxinushka@gmail.com>2014-12-04 18:14:34 +0200
committerGravatar Viktor Gedzenko <foxinushka@gmail.com>2014-12-04 18:14:34 +0200
commit0cf7d4a336b6d0fbad0b12bf679a0c4937be48be (patch)
treedee9da617b1f1275ad1a2d2abcd606785ad3fd99 /resources
parent99b738ab4b78515181930a6d92cc21deda1eb7d8 (diff)
Added rambler.ru provider
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index bbb77d37..2a1c6bf3 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -1204,5 +1204,38 @@
"sentmail": "Отправленные",
"trash": "Удаленные"
}
+ },
+ "rambler": {
+ "servers": {
+ "imap": [
+ {
+ "port": 993,
+ "hostname": "imap.rambler.ru",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 465,
+ "hostname": "smtp.rambler.ru",
+ "ssl": true
+ }
+ ]
+
+ },
+ "domain-match": [
+ "rambler\\.ru",
+ "lenta\\.ru",
+ "autorambler\\.ru",
+ "myrambler\\.ru",
+ "ro\\.ru",
+ "r0\\.ru"
+ ],
+ "mailboxes": {
+ "drafts": "DraftBox",
+ "spam": "Spam",
+ "sentmail": "SentBox",
+ "trash": "Trash"
+ }
}
}