aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/msn.com
blob: e11acdc3bb542f25d5a419179240144d81d2cc5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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>
tle='2007-08-04 19:41:30 +0800'>2007-08-041-13/+13 * Filter out <command-line> from preprocessor output in makedepend.SHkan2007-05-031-1/+2 * - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-182-9/+3 * Fix build after objformat removal.nobutaka2007-03-041-0/+5 * - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-301-4/+0 * Fix after DESTDIR commit.erwin2006-08-051-13/+13 * Add support for DESTDIR part I.erwin2006-08-041-1/+1 * eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-77/+77 * - Add SHA256pav2005-11-251-0/+2 * Fix pkg-install script to not use i386-freebsd hardcodededwin2005-11-222-2/+2 * Instead of using i386-freebsd, use ${JPERL_ARCH}edwin2005-11-121-25/+25 * Don't remove too much when deinstalling on 4.xedwin2005-11-042-6/+10 * Fix pkg-plist by carefully deleting unnecessasry lines.edwin2005-11-032-50/+77 * This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * BROKEN: Incomplete pkg-plistkris2004-12-281-0/+2 * Reset MAINTAINER to ports@.nork2004-12-231-1/+1 * farewell to libxpg4.sf2004-11-151-9/+0 * SIZEify (maintainer timeout)trevor2004-03-311-0/+2 * PORTVERSION should have been bumped via previous commit. Reportedlinimon2003-10-301-1/+1 * [patch][non-maintainer] remove dead master site from japanese/perl5edwin2003-10-041-2/+1 * Translate action URL by escapeHTML() (lib/CGI.pm).shige2003-10-041-0/+13 * Fix Safe.pm security hole.shige2003-10-011-0/+45 * Change order of module loading path.shige2003-10-011-0/+41 * Unbreak on any platform.shige2003-08-301-1/+1 * Unbreak: sparc64 platform.shige2003-07-131-2/+3