summaryrefslogtreecommitdiffstats
path: root/debian/account-autoconfig/riseup.net.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:45:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:45:40 +0000
commitb9a2bf7b2ccc8190d38e44db120a92ca46c9fd1e (patch)
tree3cbe7aab712cf5a385e4aa0446b3766b7a17617f /debian/account-autoconfig/riseup.net.xml
parentAdding upstream version 1:115.7.0. (diff)
downloadthunderbird-b9a2bf7b2ccc8190d38e44db120a92ca46c9fd1e.tar.xz
thunderbird-b9a2bf7b2ccc8190d38e44db120a92ca46c9fd1e.zip
Adding debian version 1:115.7.0-1.debian/1%115.7.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/account-autoconfig/riseup.net.xml')
-rw-r--r--debian/account-autoconfig/riseup.net.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/account-autoconfig/riseup.net.xml b/debian/account-autoconfig/riseup.net.xml
new file mode 100644
index 0000000000..75952efad1
--- /dev/null
+++ b/debian/account-autoconfig/riseup.net.xml
@@ -0,0 +1,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>