Hello,
HELO is a SMTP command, not a POP3 command. Sounds like you're
connecting to the wrong port(25). The default POP3 port is 110.
Thanks,
Navdeep Bains
Bains Software
On Jan 15, 2007, at 5:10 PM, Arnaud Nicolet wrote:
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>
_______________________________________________
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>