Skip to content

Commit

Permalink
Merge pull request #1883 from merkys7/add/hostinger_to_providers_json
Browse files Browse the repository at this point in the history
providers.json: Add Hostinger to email providers
  • Loading branch information
haithngn authored Jul 17, 2020
2 parents ca4c3d4 + f806c19 commit 0c30f0e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions resources/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1401,5 +1401,55 @@
"sentmail": "Sent Items",
"trash": "Deleted Items"
}
},
"hostinger": {
"servers": {
"imap": [
{
"port": 993,
"hostname": "imap.hostinger.com",
"ssl": true
},
{
"port": 143,
"hostname": "imap.hostinger.com",
"starttls": true
}
],
"pop": [
{
"port": 995,
"hostname": "pop.hostinger.com",
"ssl": true
},
{
"port": 110,
"hostname": "pop.hostinger.com",
"starttls": true
}
],
"smtp": [
{
"port": 465,
"hostname": "smtp.hostinger.com",
"ssl": true
},
{
"port": 587,
"hostname": "smtp.hostinger.com",
"starttls": true
}
]
},
"mx-match": [
"mx[0-9]*\\.hostinger\\.*"
],
"mailboxes": {
"allmail": "Archive",
"drafts": "Drafts",
"spam": "Junk Email",
"sentmail": "Sent Items",
"trash": "Deleted Items"
}
}
}

0 comments on commit 0c30f0e

Please sign in to comment.