diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-03-17 05:16:39 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:03:20 +0800 |
commit | 7718f55de9190e6f3ef53879763bce3ba1b4b747 (patch) | |
tree | 226d2e3ac73b969c9b785025ef42fe3247c95eea /capplet/settings/mail-autoconfig/t-online.de free | |
parent | 92145ffeb494b823c430f3101771ee05b2c31be0 (diff) | |
download | gsoc2013-evolution-7718f55de9190e6f3ef53879763bce3ba1b4b747.tar gsoc2013-evolution-7718f55de9190e6f3ef53879763bce3ba1b4b747.tar.gz gsoc2013-evolution-7718f55de9190e6f3ef53879763bce3ba1b4b747.tar.bz2 gsoc2013-evolution-7718f55de9190e6f3ef53879763bce3ba1b4b747.tar.lz gsoc2013-evolution-7718f55de9190e6f3ef53879763bce3ba1b4b747.tar.xz gsoc2013-evolution-7718f55de9190e6f3ef53879763bce3ba1b4b747.tar.zst gsoc2013-evolution-7718f55de9190e6f3ef53879763bce3ba1b4b747.zip |
Add a bunch of mail autoconfiguration files
These come from http://live.mozillamessaging.com/autoconfig/
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Conflicts:
capplet/settings/Makefile.am
Diffstat (limited to 'capplet/settings/mail-autoconfig/t-online.de free')
-rw-r--r-- | capplet/settings/mail-autoconfig/t-online.de free | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/capplet/settings/mail-autoconfig/t-online.de free b/capplet/settings/mail-autoconfig/t-online.de free new file mode 100644 index 0000000000..a80ac4c316 --- /dev/null +++ b/capplet/settings/mail-autoconfig/t-online.de free @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<clientConfig> + <emailProvider id="t-online.de"> + <domain>t-online.de</domain> + + <displayName>T-Online email Paket</displayName> + <displayShortName>T-Online</displayShortName> + + <incomingServer type="pop3"> + <hostname>popmail.t-online.de</hostname> + <port>110</port> + <socketType>plain</socketType> + <username>%EMAILADDRESS%</username> + <authentication>secure</authentication> + </incomingServer> + + <outgoingServer type="smtp"> + <hostname>smtpmail.t-online.de</hostname> + <port>25</port> + <socketType>plain</socketType> + <username>%EMAILADDRESS%</username> + <authentication>plain</authentication> + <addThisServer>true</addThisServer> + <useGlobalPreferredServer>false</useGlobalPreferredServer> + </outgoingServer> + + <!--<enableURL url="http://service.t-online.de/c/12/72/65/02/12726502.html">You need to enable POP access</enableURL>--> + <!--<enableURL url="http://hilfe.telekom.de/hsp/cms/content/HSP/de/3378/theme-45858870/theme-45858718/theme-45858716/theme-45858715/faq-45855229">Richten Sie Ihre Email-Adresse ein</enableURL>--> + + </emailProvider> +</clientConfig> |