IMAPSourceConnector¶
com.github.jcustenborder.kafka.connect.email.IMAPSourceConnector
This connector is used to connect to an email server over the IMAP protocol. Each new message in the configured folder will be parsed as a MIME message and written to the configured Kafka topic.
Configuration¶
General¶
imap.check.interval.seconds¶
The interval in seconds to check for new messages.
Importance: LOW
Type: INT
Default Value: 600
Validator: [30,…]
imap.message.batch.size¶
The ideal number of messages to put in a batch.
Importance: LOW
Type: INT
Default Value: 100
Validator: [1,…]
imap.port¶
The port of the IMAP server to connect to.
Importance: LOW
Type: INT
Default Value: 993
Validator: ValidPort{start=1, end=65535}
imap.scheme¶
The scheme to connect to the IMAP server with.
Importance: LOW
Type: STRING
Default Value: imaps