blob: 75952efad15e204cbe6bd74cfb1234886b4bb6b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<?xml version="1.0"?>
<clientConfig version="1.1">
<emailProvider id="riseup.net">
<domain>riseup.net</domain>
<displayName>Riseup Networks Mail</displayName>
<displayShortName>Riseup</displayShortName>
<incomingServer type="imap">
<hostname>imap.riseup.net</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.riseup.net</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>plain</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.riseup.net</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
<identity>
<!-- FIXME: needed? -->
</identity>
<instructionsURL url="https://we.riseup.net/riseuphelp/thunderbird-imap"
descr-en="Configure Thunderbird for IMAP">
Configure Thunderbird for Riseup Mail</instructionsURL>
</emailProvider>
<clientConfigUpdate url="https://autoconfig.riseup.net/mail/config-v1.1.xml" />
</clientConfig>
|