Hi,
I am using IMapx version 2.0.0.13 library , which is currently the latest one in the website. We are using this library to read emails from gmail and yahoo mail. The library works well all the time with gmail, but with yahoo it works some times and some times go to infinite loop when I call the connect method.
The code is shown below
ImapClient client = new ImapClient("imap.mail.yahoo.com", 993, true, true);
Please help me in resolving this issue.
Thanks & Regards
Srihari
I am using IMapx version 2.0.0.13 library , which is currently the latest one in the website. We are using this library to read emails from gmail and yahoo mail. The library works well all the time with gmail, but with yahoo it works some times and some times go to infinite loop when I call the connect method.
The code is shown below
ImapClient client = new ImapClient("imap.mail.yahoo.com", 993, true, true);
client.Connect();
client.Login("username", "password");
When I debug the code I found that it is the second line (client.Connect()) where the application is going to infinite loop. Please help me in resolving this issue.
Thanks & Regards
Srihari