Skip to content

Commit 24c8c58

Browse files
committed
Add well-known Thunderbird autoconfig XML
In prod since 2020-06-17 05:01:53 -0700 (at least).
1 parent 5e9c07b commit 24c8c58

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)