Here is the previous exception I'm getting.
Limilabs.Client.ServerException: Tried to read a line. Only '' received. Please make sure that antivirus and firewall software are disabled or configured correctly. ---> System.Exception: Tried to read a line. Only '' received. ---> System.IO.IOException: 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. ---> System.Net.Sockets.SocketException: 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 System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
...
at Limilabs.Client.IMAP.ImapResponse.(Stream )
at Limilabs.Client.IMAP.Imap.(ImapResponse )
at Limilabs.Client.IMAP.Imap.(String , Boolean )
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 .(List`1 , )
at .(MimeStructure )
at .(MimeTextStructure )
at Limilabs.Client.IMAP.Imap.GetTextByUID(MimeTextStructure structure)