| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| = Mail |
| :page-aliases: extensions/mail.adoc |
| :cq-artifact-id: camel-quarkus-mail |
| :cq-native-supported: true |
| :cq-status: Stable |
| :cq-description: Send and receive emails using imap, pop3 and smtp protocols. Marshal Camel messages with attachments into MIME-Multipart messages and back. |
| :cq-deprecated: false |
| :cq-jvm-since: 0.2.0 |
| :cq-native-since: 0.2.0 |
| |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##0.2.0## [.badge-key]##Native since##[.badge-supported]##0.2.0## |
| |
| Send and receive emails using imap, pop3 and smtp protocols. Marshal Camel messages with attachments into MIME-Multipart messages and back. |
| |
| == What's inside |
| |
| * https://camel.apache.org/components/latest/mail-component.html[IMAP component], URI syntax: `imap:host:port` |
| * https://camel.apache.org/components/latest/mail-component.html[IMAPS (Secure) component], URI syntax: `imaps:host:port` |
| * https://camel.apache.org/components/latest/dataformats/mime-multipart-dataformat.html[MIME Multipart data format] |
| * https://camel.apache.org/components/latest/mail-component.html[POP3 component], URI syntax: `pop3:host:port` |
| * https://camel.apache.org/components/latest/mail-component.html[POP3S component], URI syntax: `pop3s:host:port` |
| * https://camel.apache.org/components/latest/mail-component.html[SMTP component], URI syntax: `smtp:host:port` |
| * https://camel.apache.org/components/latest/mail-component.html[SMTPS component], URI syntax: `smtps:host:port` |
| |
| Please refer to the above links for usage and configuration details. |
| |
| == Maven coordinates |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-mail</artifactId> |
| </dependency> |
| ---- |
| |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |