使用 oauth 访问 Gmail 的电子邮件
我可以在我的应用程序中使用 OAuth 从 gmail 获取访问令牌。
现在我想使用 OAuth 访问令牌从 gmail 访问电子邮件,而不是通过提供用户名和密码。
我想阅读新邮件、发送邮件等。
您能帮我提供一些 C# 示例代码吗?我如何阅读新邮件、发送、回复等。
谢谢
I am able to get access token from gmail 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mail.dll 支持开箱即用的 OAuth:
http://www.limilabs。 com/blog/oauth-with-imap
[请注意,这是我创建的商业产品]
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]