Mail IMAP Source
Receive unread emails from an IMAP mail server, marking them as read once they are received.
The Kamelet generates the following headers:
-
subject / ce-subject: the subject of the incoming mail
-
from / ce-from: the from field of the incoming mail
-
to / ce-to: the to field of the incoming mail
-
cc / ce-cc: the cc field of the incoming mail
Metadata
| Property |
Value |
| Type |
source |
| Group |
Mail |
| Namespace |
Mail |
| Support Level |
Stable |
| Provider |
Apache Software Foundation |
Properties
| Name |
Type |
Required |
Default |
Description |
connectionHost |
string |
✓ |
|
The IMAP server host |
connectionPort |
string |
✓ |
993 |
The IMAP server port |
username |
string |
✓ |
|
The username to access the mail box |
password |
string |
✓ |
|
The password to access the mail box |
fetchSize |
integer |
|
10 |
The number of messages fetched for each poll (-1 for no limits) |
delay |
integer |
|
60000 |
The delay between fetches in milliseconds |
Dependencies
camel:core
camel:mail
camel:kamelet