aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/gmx.com
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/gmx.com')
-rw-r--r--mail/mail-autoconfig/gmx.com24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/mail-autoconfig/gmx.com b/mail/mail-autoconfig/gmx.com
deleted file mode 100644
index 06782b48cc..0000000000
--- a/mail/mail-autoconfig/gmx.com
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<clientConfig>
- <emailProvider id="gmx.com">
- <domain>gmx.com</domain>
- <displayName>GMX Freemail</displayName>
- <displayShortName>GMX</displayShortName>
- <incomingServer type="imap">
- <hostname>imap.gmx.com</hostname>
- <port>993</port>
- <socketType>SSL</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>plain</authentication>
- </incomingServer>
- <outgoingServer type="smtp">
- <hostname>mail.gmx.com</hostname>
- <port>465</port>
- <socketType>SSL</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>plain</authentication>
- <addThisServer>true</addThisServer>
- <useGlobalPreferredServer>false</useGlobalPreferredServer>
- </outgoingServer>
- </emailProvider>
-</clientConfig>