Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : idPOP3.AuthType...?
| Subject: | idPOP3.AuthType...? |
| Posted by: | "Khurram Zaveri" (no.spam@spam.com) |
| Date: | Sun, 23 Mar 2008 00:20:36 |
I just downloaded and installed the latest build of Indy 10 and the
following code stopped working..
0 : pop.AuthType := atUserPass;
1 : pop.AuthType := atSASL;
2 : pop.AuthType := atAPOP;
Please let me know what the new values are for 'AuthType'
Thanks
Khurram