diff options
Diffstat (limited to 'capplet/settings/mail-autoconfig/gmx.com')
-rw-r--r-- | capplet/settings/mail-autoconfig/gmx.com | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/capplet/settings/mail-autoconfig/gmx.com b/capplet/settings/mail-autoconfig/gmx.com new file mode 100644 index 0000000000..06782b48cc --- /dev/null +++ b/capplet/settings/mail-autoconfig/gmx.com @@ -0,0 +1,24 @@ +<?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> |