aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorGravatar Dmitry Isaikin <isaikin-dmitry@yandex.ru>2016-04-29 17:44:05 +0300
committerGravatar HoĆ  V. DINH <dinh.viet.hoa@gmail.com>2016-04-29 07:44:05 -0700
commitd2bd8be6e29fbca82cffe06613ef02ae6cc9185d (patch)
tree3b157ee8fd65e6ec84cb56606103576527db75c3 /resources
parentead6600cb6a4f8bee0f28e193466e0da5a20abaf (diff)
Add settings for o2.pl and wp.pl mail providers (#1411)
Diffstat (limited to 'resources')
-rw-r--r--resources/providers.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/resources/providers.json b/resources/providers.json
index b5ee543e..40f7047d 100644
--- a/resources/providers.json
+++ b/resources/providers.json
@@ -1278,5 +1278,61 @@
"sentmail": "Sent Items",
"trash": "Deleted Items"
}
+ },
+ "wp.pl": {
+ "servers": {
+ "imap": [
+ {
+ "port": 993,
+ "hostname": "imap.wp.pl",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 465,
+ "hostname": "smtp.wp.pl",
+ "ssl": true
+ }
+ ]
+ },
+ "domain-match": [
+ "wp\\.pl"
+ ],
+ "mailboxes": {
+ "spam": "SPAM",
+ "sentmail": "Wys&AUI-ane",
+ "trash": "Kosz",
+ "drafts": "Robocze",
+ "allmail": "Archive"
+ }
+ },
+ "o2.pl": {
+ "servers": {
+ "imap": [
+ {
+ "port": 993,
+ "hostname": "poczta.o2.pl",
+ "ssl": true
+ }
+ ],
+ "smtp": [
+ {
+ "port": 465,
+ "hostname": "poczta.o2.pl",
+ "ssl": true
+ }
+ ]
+ },
+ "domain-match": [
+ "o2\\.pl"
+ ],
+ "mailboxes": {
+ "spam": "Spam",
+ "sentmail": "Sent",
+ "trash": "Trash",
+ "drafts": "Drafts",
+ "allmail": "Archive"
+ }
}
}