diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-04 09:31:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-04 09:31:46 +0800 |
commit | 02d4410fc2797d1abac58e5d70351a70acd2565e (patch) | |
tree | 428f93d90eada2dfcd5c460face1d58705f06cd0 /mail/mail-autoconfig/live.co.uk | |
parent | 6135faaf1e48ab9dbbd527fc19d4128671fb91ec (diff) | |
download | gsoc2013-evolution-02d4410fc2797d1abac58e5d70351a70acd2565e.tar.gz 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/live.co.uk')
-rw-r--r-- | mail/mail-autoconfig/live.co.uk | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/mail/mail-autoconfig/live.co.uk b/mail/mail-autoconfig/live.co.uk deleted file mode 100644 index e11acdc3bb..0000000000 --- a/mail/mail-autoconfig/live.co.uk +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<clientConfig> - <emailProvider id="hotmail.com"> - <domain>hotmail.com</domain> - <domain>hotmail.co.uk</domain> - <domain>hotmail.co.jp</domain> - <domain>hotmail.de</domain> - <domain>hotmail.fr</domain> - <domain>hotmail.it</domain> - <domain>live.com</domain> - <domain>live.co.uk</domain> - <domain>live.co.jp</domain> - <domain>live.de</domain> - <domain>live.fr</domain> - <domain>live.it</domain> - <domain>msn.com</domain> - - <displayName>Microsoft Live Hotmail</displayName> - <displayShortName>Hotmail</displayShortName> - - <incomingServer type="pop3"> - <hostname>pop3.live.com</hostname> - <port>995</port> - <socketType>SSL</socketType> - <username>%EMAILADDRESS%</username> - <authentication>plain</authentication> - </incomingServer> - - <outgoingServer type="smtp"> - <hostname>smtp.live.com</hostname> - <port>587</port> - <socketType>STARTTLS</socketType> - <username>%EMAILADDRESS%</username> - <authentication>login</authentication> - <addThisServer>true</addThisServer> - <useGlobalPreferredServer>false</useGlobalPreferredServer> - </outgoingServer> - - </emailProvider> -</clientConfig> |