Khash
Khash

Reputation: 2570

IMAP Oauth in c#

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?

Upvotes: 2

Views: 1502

Answers (2)

Pawel Lesnikowski
Pawel Lesnikowski

Reputation: 6381

Mail.dll .NET email component now supports OAuth.

Check out this blog post on how to access Gmail using OAuth and IMAP

Please note that Mail.dll is a commercial product that I helped to create.

Upvotes: 0

Khash
Khash

Reputation: 2570

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/

Upvotes: 1

Related Questions