aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/t-online.de
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-06-04 09:31:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-06-04 09:31:46 +0800
commit02d4410fc2797d1abac58e5d70351a70acd2565e (patch)
tree428f93d90eada2dfcd5c460face1d58705f06cd0 /mail/mail-autoconfig/t-online.de
parent6135faaf1e48ab9dbbd527fc19d4128671fb91ec (diff)
downloadgsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.gz
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.bz2
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.lz
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.xz
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.zst
gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.zip
Remove local mail autoconfiguration data.
We're using version 1.1 of Mozilla's ClientConfig format now. These files are all version 1.0. But even aside from that, offline autoconfig is not compelling enough to warrant maintaining two copies of this data.
Diffstat (limited to 'mail/mail-autoconfig/t-online.de')
-rw-r--r--mail/mail-autoconfig/t-online.de32
1 files changed, 0 insertions, 32 deletions
diff --git a/mail/mail-autoconfig/t-online.de b/mail/mail-autoconfig/t-online.de
deleted file mode 100644
index a80ac4c316..0000000000
--- a/mail/mail-autoconfig/t-online.de
+++ /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>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>