gmail 上下文小工具可以根据提取器匹配将电子邮件移动到文件夹吗?

发布于 2024-12-05 09:59:06 字数 147 浏览 1 评论 0原文

我正在尝试构建基于提取器匹配移动电子邮件的上下文小工具 阅读此内容后,我不确定自己能否做到。只是为了确定。可以吗?

i im trying to build contextual Gadget that moving email based in extractor match
after reading this im not sure i can do it . just to be sure . can it be done ?

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

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

发布评论

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

评论(1

何其悲哀 2024-12-12 09:59:06

是的,可以完成,但需要服务器端操作。

  1. 首先,您必须让 SSO 才能使小工具正常工作。
  2. 您需要使用预装提取器之一提取电子邮件 ID
  3. 您的应用程序需要足够的权限才能通过其清单文件访问 GMail。
  4. 将提取的电子邮件 ID 发送到您的服务器,该服务器可以执行 IMAP 操作以移动到正确的文件夹。

相当有一些工作......

Yes it can be done but it will take a server side operation.

  1. First you have to get SSO for gadgets working.
  2. You need to extract the email Id using one of the pre canned extractors
  3. Your app needs enough permissions to access GMail through its manifest file.
  4. Send the extracted email Id to your server which can do IMAP manipulation to move to the right folder.

Quite some work....

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