Windows 窗体中的 Gmail
谷歌是否提供任何用于在 Windows 应用程序中获取电子邮件的服务。如果没有,请给我一个关于开发相同内容的简短描述。
提前致谢。
Is there any services providing by google for getting emails in a windows application. If not, please give me a breif description for developing the same.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只需编写一个 POP3 或 IMAP 应用程序即可。这是一个问题处理通过 IMAP 访问 GMail。
Just write a POP3 or IMAP application. Here's a question that deals with accessing GMail via IMAP.
这是我开发并用来读取我的 gmail 收件箱的类。
抱歉,我忘了再添加 1 门课程,它现在就在这里......
}
This is the class which i develop and used to read my gmail Inbox.
Sorry i forgot to add 1 more class it is here now....
}
POP3 或 IMAP 协议可以连接到 Gmail 帐户。 Google 还提供了只读收件箱供稿 API:http://code.google。 com/apis/gmail/docs/inbox_feed.html
POP3 or IMAP protocols can connect to a Gmail account. Google also provides a read-only inbox feed API: http://code.google.com/apis/gmail/docs/inbox_feed.html