blob: 9a9ed910db7d196b74f893a73b3f38851f0b3905 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Mail
:page-aliases: extensions/mail.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-mail
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: 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
* xref:{cq-camel-components}::mail-component.adoc[IMAP component], URI syntax: `imap:host:port`
* xref:{cq-camel-components}::mail-component.adoc[IMAPS (Secure) component], URI syntax: `imaps:host:port`
* xref:{cq-camel-components}:dataformats:mimeMultipart-dataformat.adoc[MIME Multipart data format]
* xref:{cq-camel-components}::mail-component.adoc[POP3 component], URI syntax: `pop3:host:port`
* xref:{cq-camel-components}::mail-component.adoc[POP3S component], URI syntax: `pop3s:host:port`
* xref:{cq-camel-components}::mail-component.adoc[SMTP component], URI syntax: `smtp:host:port`
* xref:{cq-camel-components}::mail-component.adoc[SMTPS component], URI syntax: `smtps:host:port`
Please refer to the above links for usage and configuration details.
== Maven coordinates
https://code.quarkus.io/?extension-search=camel-quarkus-mail[Create a new project with this extension on code.quarkus.io, window="_blank"]
Or add the coordinates to your existing project:
[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.