Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: idPOP3.AuthType...?
| Subject: | Re: idPOP3.AuthType...? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 24 Mar 2008 10:00:14 |
"Khurram Zaveri" <no.spam@spam.com> wrote in message
news:47e56a20@newsgroups.borland.com...
> I just downloaded and installed the latest build of Indy 10
> and the following code stopped working..
Next time you say that something is not working, you need to be more
specific.
> Please let me know what the new values are for 'AuthType'
The 'at' prefix has been replaced with 'pat' now:
TIdPOP3AuthenticationType = (patUserPass, patAPOP, patSASL);
Gambit