Skip to content

Commit 0c30f0e

Browse files
authored
Merge pull request #1883 from merkys7/add/hostinger_to_providers_json
providers.json: Add Hostinger to email providers
2 parents ca4c3d4 + f806c19 commit 0c30f0e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

resources/providers.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,5 +1401,55 @@
14011401
"sentmail": "Sent Items",
14021402
"trash": "Deleted Items"
14031403
}
1404+
},
1405+
"hostinger": {
1406+
"servers": {
1407+
"imap": [
1408+
{
1409+
"port": 993,
1410+
"hostname": "imap.hostinger.com",
1411+
"ssl": true
1412+
},
1413+
{
1414+
"port": 143,
1415+
"hostname": "imap.hostinger.com",
1416+
"starttls": true
1417+
}
1418+
],
1419+
"pop": [
1420+
{
1421+
"port": 995,
1422+
"hostname": "pop.hostinger.com",
1423+
"ssl": true
1424+
},
1425+
{
1426+
"port": 110,
1427+
"hostname": "pop.hostinger.com",
1428+
"starttls": true
1429+
}
1430+
],
1431+
"smtp": [
1432+
{
1433+
"port": 465,
1434+
"hostname": "smtp.hostinger.com",
1435+
"ssl": true
1436+
},
1437+
{
1438+
"port": 587,
1439+
"hostname": "smtp.hostinger.com",
1440+
"starttls": true
1441+
}
1442+
]
1443+
},
1444+
"mx-match": [
1445+
"mx[0-9]*\\.hostinger\\.*"
1446+
],
1447+
"mailboxes": {
1448+
"allmail": "Archive",
1449+
"drafts": "Drafts",
1450+
"spam": "Junk Email",
1451+
"sentmail": "Sent Items",
1452+
"trash": "Deleted Items"
1453+
}
14041454
}
14051455
}

0 commit comments

Comments
 (0)