Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Repost - Indy and Hotmail
| Subject: | Re: Repost - Indy and Hotmail |
| Posted by: | "Jamie Dale" (jamie.da..@yahoo.com) |
| Date: | Mon, 11 Feb 2008 00:44:13 |
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.... !