邮件过滤器调用的 AppleScript 是否有权访问与过滤器匹配的电子邮件?

发布于 2024-08-29 02:55:00 字数 143 浏览 5 评论 0原文

我正在 OS X 上的 Mail 中设置一个过滤器,每当发送到特定电子邮件地址的电子邮件到达时,该过滤器都会调用 AppleScript。

AppleScript 是否会通过/有权访问电子邮件的任何属性?我希望它根据“发件人”电子邮件地址采取不同的操作。

I’m setting up a filter in Mail on OS X that calls an AppleScript whenever an e-mail sent to a specific e-mail address arrives.

Will the AppleScript get passed/have access to any of the e-mail’s properties? I’d like it to take different actions based on the “from” e-mail address.

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

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

发布评论

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

评论(1

乖不如嘢 2024-09-05 02:55:00

是:如果过滤器调用的脚本具有使用消息执行邮件操作处理程序,则messages参数将填充与规则匹配的消息列表。

请参阅 http://www.macosxhints.com/article.php?story=20040602114525386

Yes: if the script invoked by the filter has a perform mail action with messages handler, then the messages argument will be populated with a list of the messages that matched the rule.

See http://www.macosxhints.com/article.php?story=20040602114525386

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