File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
src/misc/well-known/autoconfig/mail Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <clientConfig version =" 1.1" >
4+ <emailProvider id =" strugee.net" >
5+ <domain >strugee.net</domain >
6+ <displayName >strugee.net mail service</displayName >
7+ <displayShortName >strugee.net</displayShortName >
8+ <incomingServer type =" imap" >
9+ <hostname >imap.strugee.net</hostname >
10+ <port >143</port >
11+ <socketType >STARTTLS</socketType >
12+ <authentication >password-cleartext</authentication >
13+ <username >%EMAILADDRESS%</username >
14+ </incomingServer >
15+ <outgoingServer type =" smtp" >
16+ <hostname >smtp.strugee.net</hostname >
17+ <port >587</port >
18+ <socketType >STARTTLS</socketType >
19+ <authentication >password-cleartext</authentication >
20+ <username >%EMAILADDRESS%</username >
21+ </outgoingServer >
22+ </emailProvider >
23+ </clientConfig >
You can’t perform that action at this time.
0 commit comments