Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Repost - Indy and Hotmail
| Subject: | Re: Repost - Indy and Hotmail |
| Posted by: | "Eddie Shipman" (mr_delphi_developer@nospamyahoo.com) |
| Date: | 11 Feb 2008 08:13:40 |
Jamie Dale wrote:
> I think Hotmails Pop3 access is a premium service. Have you
> subscribed to this?
>
> Incase you are wondering, Outlook Express accesses Hotmail via http
> NOT pop3.
>
> If you DO have a hotmail subscription, then there's a different
> problem.
>
> JD
>
> "HAROUCHE, David" <metanil@hotmail.com> wrote in message
> news:47af29e4$1@newsgroups.borland.com...
> > Yep
> >
> > Just installed Indy....with D7 personnal....
> >
> > I have an Hotmail account (metanil@hotmail.com) and I want to check
> > my mails...
> >
> > I set a idPop3 like that :
> >
> > POP3.Host := edServeur.Text;
> > POP3.Port := StrToIntDef(edPort.Text, 110);
> > POP3.Username := edUser.Text;
> > POP3.Password := edPass.Text
> >
> > POP3.Connect;
> > ....
> >
> > That says :
> >
> > Socket Error Error #11004
> >
> > Help.... !
> >
> >
Yes, OE accesses HM via WebDAV.
Take alook at my previously published articles:
Hotmail...Delphi Style!
http://www.delphipages.com/news/detaildocs.cfm?ID=137
http://www.delphipages.com/news/detaildocs.cfm?ID=138
none