Access emails for gmail with oauth
I am able to get access token from gmai开发者_JS百科l using OAuth in my application.
Now I want to access emails from gmail using OAuth Access token and not by providing User name and password.
I want to read new mail, send mail etc.
can you please help me with some sample code in c# that how could I read new mail, send, reply etc.
Thanks
Mail.dll supports OAuth out-of-the-box:
http://www.limilabs.com/blog/oauth-with-imap
[Please note that this is a commercial product I created]
精彩评论