diff options
author | Punit Jain <jpunit@novell.com> | 2011-11-09 23:43:43 +0800 |
---|---|---|
committer | Punit Jain <jpunit@novell.com> | 2011-11-09 23:43:43 +0800 |
commit | e13266896bbd6f1ae809479d09029b076c368135 (patch) | |
tree | e8379635deb861219f3f94fca9a70cfbd6f4cbc6 /capplet/settings/mail-autoconfig/t-online.de pop ssl | |
parent | 77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2 (diff) | |
download | gsoc2013-evolution-e13266896bbd6f1ae809479d09029b076c368135.tar.gz gsoc2013-evolution-e13266896bbd6f1ae809479d09029b076c368135.tar.zst gsoc2013-evolution-e13266896bbd6f1ae809479d09029b076c368135.zip |
Bug #636214 get configuration details from server part2
Deleting files from capplet/settings
Diffstat (limited to 'capplet/settings/mail-autoconfig/t-online.de pop ssl')
-rw-r--r-- | capplet/settings/mail-autoconfig/t-online.de pop ssl | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/capplet/settings/mail-autoconfig/t-online.de pop ssl b/capplet/settings/mail-autoconfig/t-online.de pop ssl deleted file mode 100644 index 264ad0582c..0000000000 --- a/capplet/settings/mail-autoconfig/t-online.de pop ssl +++ /dev/null @@ -1,32 +0,0 @@ -<?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>securepop.t-online.de</hostname> - <port>995</port> - <socketType>SSL</socketType> - <username>%EMAILADDRESS%</username> - <authentication>plain</authentication> - </incomingServer> - - <outgoingServer type="smtp"> - <hostname>securesmtp.t-online.de</hostname> - <port>25</port> - <socketType>STARTTLS</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> |