我可以访问在一个“Google Apps”应用程序中发送的所有电子邮件的标头吗?领域?
我想为我的组织中使用的一个“Google Apps”域中发生的所有邮件通信创建一个实时可视化。
是否有任何 API 可以用来获取实时回调,或者至少有一些 API 可以定期提取,以便获取组织内发送的所有电子邮件的标头?
I would like to create a live visualization of all the mail communication happening within one "Google Apps" domain used in my organization.
Is there any API which I can use to get a live callbacks, or at least some API which I can pull periodically in order to get headers of all the emails sent within the organization?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用电子邮件审核 API:
http://code.google.com /googleapps/domain/audit/docs/1.0/audit_developers_guide_protocol.html
Use the Email audit API:
http://code.google.com/googleapps/domain/audit/docs/1.0/audit_developers_guide_protocol.html
请记住,电子邮件审核 API 只能用于符合您的客户协议的合法目的。
目前没有其他方法可以满足您的需要。
Please remember Email Audit API can be used only for lawful purposes in accordance with your Customer Agreement.
There is currently no other way to do what you need.