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/live.co.jp | |
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/live.co.jp')
-rw-r--r-- | capplet/settings/mail-autoconfig/live.co.jp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/capplet/settings/mail-autoconfig/live.co.jp b/capplet/settings/mail-autoconfig/live.co.jp new file mode 100644 index 0000000000..35beb3fe57 --- /dev/null +++ b/capplet/settings/mail-autoconfig/live.co.jp @@ -0,0 +1,40 @@ +<?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> + + <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>plain</authentication> + <addThisServer>true</addThisServer> + <useGlobalPreferredServer>false</useGlobalPreferredServer> + </outgoingServer> + + </emailProvider> +</clientConfig> |