Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Nov : Indy POP3 Server : RETR Functionl
| Subject: | Indy POP3 Server : RETR Functionl |
| Posted by: | "Fab" (fabel..@testandgo.com) |
| Date: | Thu, 10 Nov 2005 20:46:38 |
When the login/pass is not rejected (no exception) using OnCheckUser event,
the next message sent by the client must be RETR (may be i miss something).
This RETR event is trap by OnServerRetrieve. So i try a very simple code -->
i return no exception onCheckUser and i put a breakpoint to the retrieve
function to see if something append !! The result is the RETR function is
not called back . Any idea ??
Fab