diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-03-17 05:16:39 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-03-18 06:08:15 +0800 |
commit | 956f817dcd2e61c9eb0670286031a3e6c5a61d93 (patch) | |
tree | e3ddd332800df2c1d40e709414e61e1d5ce23d32 /capplet/settings/mail-autoconfig/t-online.de pop ssl | |
parent | cf7854f416e9dbaaadf3c5edf7e9399151c9f79c (diff) | |
download | gsoc2013-evolution-956f817dcd2e61c9eb0670286031a3e6c5a61d93.tar gsoc2013-evolution-956f817dcd2e61c9eb0670286031a3e6c5a61d93.tar.gz gsoc2013-evolution-956f817dcd2e61c9eb0670286031a3e6c5a61d93.tar.bz2 gsoc2013-evolution-956f817dcd2e61c9eb0670286031a3e6c5a61d93.tar.lz gsoc2013-evolution-956f817dcd2e61c9eb0670286031a3e6c5a61d93.tar.xz gsoc2013-evolution-956f817dcd2e61c9eb0670286031a3e6c5a61d93.tar.zst gsoc2013-evolution-956f817dcd2e61c9eb0670286031a3e6c5a61d93.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>
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, 32 insertions, 0 deletions
diff --git a/capplet/settings/mail-autoconfig/t-online.de pop ssl b/capplet/settings/mail-autoconfig/t-online.de pop ssl new file mode 100644 index 0000000000..264ad0582c --- /dev/null +++ b/capplet/settings/mail-autoconfig/t-online.de pop ssl @@ -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>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> |