blob: 4c60a79bf6da6ed4e2f53fc291fd1356dfd09167 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.mailimapsource.CamelMailimapsourceSourceConnector",
"artifactId": "camel-mail-imap-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-mail-imap-source-source",
"type": "source",
"version": "1.1.0-SNAPSHOT",
"description": "Receive unread emails from an IMAP mail server, marking them as read once they are received.\n\nThe Kamelet generates the following headers:\n\n- `subject` \/ `ce-subject`: the subject of the incoming mail\n\n- `from` \/ `ce-from`: the `from` field of the incoming mail\n\n- `to` \/ `ce-to`: the `to` field of the incoming mail\n\n- `cc` \/ `ce-cc`: the `cc` field of the incoming mail"
},
"properties": {
"camel.kamelet.mail-imap-source.connectionHost": {
"name": "camel.kamelet.mail-imap-source.connectionHost",
"description": "The IMAP server host Example: imap.gmail.com",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.mail-imap-source.connectionPort": {
"name": "camel.kamelet.mail-imap-source.connectionPort",
"description": "The IMAP server port",
"defaultValue": "\"993\"",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.mail-imap-source.username": {
"name": "camel.kamelet.mail-imap-source.username",
"description": "The username to access the mail box",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.mail-imap-source.password": {
"name": "camel.kamelet.mail-imap-source.password",
"description": "The password to access the mail box",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.mail-imap-source.fetchSize": {
"name": "camel.kamelet.mail-imap-source.fetchSize",
"description": "The number of messages fetched for each poll (-1 for no limits)",
"defaultValue": "10",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.mail-imap-source.delay": {
"name": "camel.kamelet.mail-imap-source.delay",
"description": "The delay between fetches in milliseconds",
"defaultValue": "60000",
"priority": "MEDIUM",
"required": "false"
}
}
}