When I try to connect to my email Im getting:
-ERR Unable to log on
Im using:
Limilabs.Mail.Log.Enabled = true;
pop3.ServerCertificateValidate += new ServerCertificateValidateEventHandler(Validate);
pop3.ConnectSSL("xxxx.com");
pop3.Login("fs@xxxx.com", "fdsafadsda(");
At this moment I get a exception:
-ERR Unable to log on
Mail.dll Information: 0 : 9 12:34:29 3.0.22105.1207
Mail.dll Information: 0 : 9 12:34:29 .NETFramework,Version=v4.5;NETFRAMEWORK;NET45;
Mail.dll Information: 0 : 9 12:34:29 Connecting to 'xxxx.com:995', SSL/TLS: True.
Mail.dll Information: 0 : 9 12:34:55 S: +OK Welcome to MailEnable POP3 Server
Mail.dll Information: 0 : 9 12:34:55 C: CAPA
Mail.dll Information: 0 : 9 12:34:55 S: +OK Capability list follows
Mail.dll Information: 0 : 9 12:34:55 S: TOP
Mail.dll Information: 0 : 9 12:34:55 S: USER
Mail.dll Information: 0 : 9 12:34:55 S: UIDL
Mail.dll Information: 0 : 9 12:34:55 S: .
Mail.dll Information: 0 : 9 12:35:01 C: USER fs@xxxx.com
Mail.dll Information: 0 : 9 12:35:01 S: +OK
Mail.dll Information: 0 : 9 12:35:01 C: PASS asdaad(
Mail.dll Information: 0 : 9 12:35:02 S: -ERR Unable to log on
A first chance exception of type 'Limilabs.Client.POP3.Pop3ResponseException' occurred in Mail.dll