File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments