Hello,
I'm trying to list e-mail messages.
In the LoginSuccessful event of my POP3Socket, I have this code:
me.SendServerCommand "HELO"
ListMessages
The first line is apparently required (else I get an error "HELO or
EHLO command expected". I don't know what that means, but fine).
After the list message is executed, I get 2 results in the
ListReceived event:
250 <server name> hello unknown (<IP>)
500 5.5.1 unrecognised command LIST
The first one is not my actual problem (I don't know what it is, but
if the latter fails, this is the first problem).
As you can see, the "LIST" command is not recognised.
Is there another command I may try?
(I don't own the server, so I don't want to experiment wrong things).
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>