HTML PHP JavaScript 任何检查 Gmail 未读邮件计数的方法

发布于 2024-09-06 08:35:56 字数 267 浏览 5 评论 0原文

所有这些浏览器插件、通知程序等如何检查您的 Gmail 未读邮件计数?

我正在尝试编写一个 Safari 扩展(它恰好是在 javascript 中,但我认为这并不重要),但我不知道如何解析 Gmail Atom feed (https://mail.google.com/mail/feed/atom) 获取未读计数。

谢谢,

How do all these browser plugins, notifiers, etc. check your gmail unread count?

I'm trying to write a Safari Extension (which happens to be in javascript but I don't think it matters) and I can't figure out how to parse the Gmail atom feed (https://mail.google.com/mail/feed/atom) to get the unread count.

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鼻尖触碰 2024-09-13 08:35:56

在 Safari 扩展中,您应该能够执行跨域 XMLHttpRequest< /code>并使用 responseXML 属性访问 DOM。但是,您需要配置扩展程序才能访问 Google 的服务器。请参阅此问题

From within a Safari extension, you should be able to do cross-domain XMLHttpRequest and use the responseXML property to access the DOM. However, you need to configure the extension to be able to access Google's servers. See this question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文