【问题标题】:Alter the gmail subject line更改 gmail 主题行
【发布时间】:2017-12-06 21:24:02
【问题描述】:

如果 Gmail 主题符合过滤条件,我正在尝试通过为其添加前缀来更改 Gmail 主题。我知道无法使用 Google App Script 修改主题行。但是是否可以使用 GMAIL API 和 App Script 对其进行修改。另外,我是 G-Suite 的成员,所以是否有任何默认配置或内置方法来实现相同的功能。

类似问题:How to edit Gmail messages as they arrive?

【问题讨论】:

    标签: javascript google-apps-script gmail-api gmail-imap google-apis-explorer


    【解决方案1】:

    技术上无法通过 Gmail API 修改电子邮件的主题或内容。您只能通过 API 更改标签。

    一种可能的解决方法是检索原始邮件,仅更改主题行,并在 Gmail 线程中附加邮件Insert

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-04-11
      • 1970-01-01
      • 2018-06-24
      • 2011-01-13
      • 1970-01-01
      • 2016-02-01
      • 2015-06-01
      相关资源
      最近更新 更多