We have a user who is getting the following exception:
Error connecting to Imap server (Server closed the connection.).
---> Limilabs.Client.ServerException: Server closed the connection.
at Limilabs.Client.IMAP.ImapResponse.(TextReader )
at Limilabs.Client.IMAP.Imap.GetServerGreeting()
On this line in our code:
List<MessageInfo> infos = imap.GetMessageInfoByUID(uids);
When connecting to a Company Gmail Inbox.
He is able to list the folders OK so I believe his credentials, server, SSL etc. are working.
Is this something you could advise on?