There are plenty of IMAP clients for C#. However I can't seem to be able to find one that supports the OAuth extensions to use with Gmail.
Has anyone come across any which handles this?
There are plenty of IMAP clients for C#. However I can't seem to be able to find one that supports the OAuth extensions to use with Gmail.
Has anyone come across any which handles this?
Seems no one is interested in IMAP and OAuth. So I figured out how to do it myself and wrote a short description here: http://sajadi.co.uk/dflat/2010/06/oauth-for-imap-and-gmail-in-c/
Mail.dll .NET email component now supports OAuth.
Check out this blog post on how to access GMail:
http://www.lesnikowski.com/blog/index.php/oauth-with-imap/
Please note that Mail.dll is a commercial product that I helped to create.