Marc,
I looked at the TPop3.prg and I don't see any problems with it.
I think the issue is that when you execute the getMail() routine it issues a "quit" when it is done, which is probably disconnecting from the server. Then your getEmails() function is trying to read emails from a disconnected server.
Instead of using your getEmails() function, try to read them with the GetMail() function again, after the first time, to see if they are still there.
-----
Did you try your browse with a customer class yet?
James
↧