Hi,
When trying to connect to a localhost (127.0.0.1) Pop3 server I get a ProtocolError saying:
"Command not supported"
Do you not support connections to localhost, or is there a way to get around this?
The communication log looks like this:
2010-25-08 11:16:03.020 Opening log file.
2010-25-08 11:16:03.020 INFO Pop3(2) Info: Connecting to 127.0.0.1:110 using Pop3 1.0.3588.0.
2010-25-08 11:16:03.020 DEBUG Pop3(2) Info: Connection succeeded.
2010-25-08 11:16:03.020 INFO Pop3(2) Response: +OK POP3 Dualog Communicator Internet Agent ready
2010-25-08 11:16:03.020 INFO Pop3(2) Command: CAPA
2010-25-08 11:16:03.020 INFO Pop3(2) Response: +OK Capability list follows
2010-25-08 11:16:03.020 INFO Pop3(2) Command: APOP xxx@xxx.com 4bd2982ad4fc288506d1d5a62af4f609
2010-25-08 11:16:03.020 INFO Pop3(2) Response: -ERR command not supported
2010-25-08 11:16:03.020 ERROR Pop3(2) Info: Rebex.Net.Pop3Exception: command not supported
ved Rebex.Net.Pop3.1810748823(Boolean , Boolean , String& )
ved Rebex.Net.Pop3.20949316419(String , Boolean , Boolean )
ved Rebex.Net.Pop3.1634555338(String , String , Pop3Authentication , GssApiProvider )
ved Rebex.Net.Pop3.Login(String userName, String password, Pop3Authentication method)
The POP3 server is from Dualog