如何使用 applescript 获取默认邮件客户端?
谁能告诉我,如何使用 applescript 获得默认邮件客户端?
Can anyone please tell me, how do I get the default mail client using applescript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我在此处找到了这段代码的一部分,并在 Snow Leopard (10.6.4) 上运行它,这对我有用。
I found part of this code here, ran it on Snow Leopard (10.6.4), and it worked for me.
另一种选择:
VERSIONER_PERL_PREFER_32_BIT=1 perl -MMac::InternetConfig -le 'print +(GetICHelper "mailto")[1]'
Another option:
VERSIONER_PERL_PREFER_32_BIT=1 perl -MMac::InternetConfig -le 'print +(GetICHelper "mailto")[1]'
macscripter-forum 中对此主题进行了讨论
在那里您还可以找到一些关于如何测试默认邮件客户端的代码示例
there has been a discussion on this toppic in the macscripter-forum
there you find also some code examples on how test for the default mail-client