第 122 章 Google 邮件组件
从 Camel 版本 2.15 开始提供
Google 邮件组件通过 Google 邮件 Web API 提供对 Gmail 的访问。
Google 邮件使用 OAuth 2.0 协议 来验证 Google 帐户并授权对用户数据的访问。在使用此组件之前,您需要 创建帐户并生成 OAuth 凭据。凭证由 clientId、clientSecret 和 refreshToken 组成。生成长期 refreshToken 的方便资源是 OAuth playground。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml 中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-google-mail</artifactId> <version>2.15-SNAPSHOT</version> </dependency>
122.1. URI 格式
GoogleMail 组件使用以下 URI 格式:
google-mail://endpoint-prefix/endpoint?[options]
端点前缀可以是以下之一:
- attachments
- 草案
- history
- labels
- messages
- threads
- users