Unable to authenticate in imap server through windows application

Posted by Nila on Stack Overflow See other posts from Stack Overflow or by Nila
Published on 2009-12-11T13:28:48Z Indexed on 2010/03/22 9:31 UTC
Read the original article Hit count: 398

Filed under:
|
|

In C#,I'm using LumiSoft.Net.IMAP.Client library to connect to the imap server and I'm viewing my emails through that class library... I used it for more than 5 months. Now, when I tried to authenticate, it shows the following exception (even though the server is connected..)

Server returned:CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE

I searched for this error. I came to know that the imap server protocol was changed so, this error occurs. Now, Wat I should do for that, whether to change my class library ?? Plz, help me...

© Stack Overflow or respective owner

Related posts about imap

Related posts about c#