开发者

Access emails for gmail with oauth

开发者 https://www.devze.com 2023-03-17 02:37 出处:网络
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 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]

0

精彩评论

暂无评论...
验证码 换一张
取 消