+1 vote

I have problem with connecting by IMAP to mail server imap.rambler.ru

I use

imap.UseBestLogin(login, password);

Tried different values of

imap.ReceiveTimeout = new TimeSpan(5000);

but all the same, some time I can connect, other I get error

[Limilabs.Client.ServerException] = {"Tried to read a line. No data received. Please make sure that antivirus and firewall software are disabled or configured correctly."}

Here's the log file:

Mail.dll: 31 17:04:15 S: * OK IMAP4 ready
Mail.dll: 31 17:04:15 C: 67984d22a7b543fc CAPABILITY
Mail.dll: 31 17:04:15 S: * CAPABILITY IMAP4rev1 MULTIAPPEND LITERAL+ IDLE QUOTA AUTH=PLAIN
Mail.dll: 31 17:04:15 S: 67984d22a7b543fc OK completed
Mail.dll: 31 17:04:15 C: d54cca27b9a34a13 LOGIN user@rambler.ru pass
Mail.dll: 31 17:04:15 S: * BAD internal server error

by

1 Answer

0 votes

I think you should contact the server administrator.
IMAP server response is clear: "* BAD internal server error."

This is not a problem with with Mail.dll, but with the server.
Especially, that sometimes logging-in works without any problems.

by (297k points)
...