0 votes

getting following error:
Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

at   .()
at   .(StringBuilder )
at   .()
at Limilabs.Client.IMAP.ImapResponse.(Stream )
at Limilabs.Client.IMAP.Imap.ReceiveResponse(String tag)
at Limilabs.Client.IMAP.Imap.(ImapCommand , Boolean )
at Limilabs.Client.IMAP.Imap.SendCommand(String command, Boolean throwException)
at Limilabs.Client.IMAP.Imap.(String , Object[] )
at Limilabs.Client.IMAP.Imap.GetMessageByUID(Int64 uid)

by
Does it happen for any specific message? And is reproducible?

1 Answer

0 votes

This is the network error. You can increase timeout values, by generally the problem is not Mail.dll.

by (297k points)
...