aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/freenet.de
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/freenet.de')
-rw-r--r--mail/mail-autoconfig/freenet.de39
1 files changed, 0 insertions, 39 deletions
diff --git a/mail/mail-autoconfig/freenet.de b/mail/mail-autoconfig/freenet.de
deleted file mode 100644
index 1144a80c6d..0000000000
--- a/mail/mail-autoconfig/freenet.de
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<clientConfig>
- <emailProvider id="freenet.de">
- <domain>freenet.de</domain>
-
- <displayName>Freenet Mail</displayName>
- <displayShortName>Freenet</displayShortName>
-
- <incomingServer type="imap">
- <hostname>mx.freenet.de</hostname>
- <!-- 143 STARTTLS also works -->
- <port>993</port>
- <socketType>SSL</socketType>
- <authentication>secure</authentication>
- <username>%EMAILADDRESS%</username>
- </incomingServer>
-
- <outgoingServer type="smtp">
- <hostname>mx.freenet.de</hostname>
- <!-- 587 STARTTLS also works -->
- <port>465</port>
- <socketType>SSL</socketType>
- <authentication>secure</authentication>
- <username>%EMAILADDRESS%</username>
- <addThisServer>true</addThisServer>
- <useGlobalPreferredServer>false</useGlobalPreferredServer>
- </outgoingServer>
-
- <!-- config pages:
- http://kundenservice.freenet.de/hilfe/email/programme/config/index.html
- http://kundenservice.freenet.de/hilfe/email/programme/config/thunderbird/imap-thunderbird/imap/index.html
-
- STARTTLS and normal SSL on SSL ports both work fine (not mentioned on config pages).
- CRAM-MD5 works even with SSL, very cool and exemplary, we'll do that.
- -->
-
- </emailProvider>
-</clientConfig>