枚举 | |
---|---|
minimal |
仅返回电子邮件 ID 和标签;不返回电子邮件标头、正文或载荷。 |
full |
返回 payload 字段中解析的正文内容的完整电子邮件数据;不使用 raw 字段。在使用 gmail.metadata 范围访问 API 时,不能使用该格式。 |
raw |
返回 raw 字段中包含正文内容的完整电子邮件数据(采用 base64url 编码的字符串);不使用 payload 字段。在使用 gmail.metadata 范围访问 API 时,不能使用该格式。 |
metadata |
仅返回电子邮件 ID、标签和电子邮件标头。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-05。
[null,null,["最后更新时间 (UTC):2024-09-05。"],[[["The `minimal` format provides only the email ID and labels."],["The `full` format returns the complete email data with parsed body content in the `payload` field."],["The `raw` format delivers the full email with the body as a base64url encoded string in the `raw` field."],["The `metadata` format provides the email ID, labels, and email headers."]]],[]]