A source application that listens for Emails and emits the message body as a message payload.
The mail source has the following options:
- mail.supplier.charset
-
The charset for byte[] mail-to-string transformation. (String, default:
<none>
) - mail.supplier.delete
-
Set to true to delete email after download. (Boolean, default:
<none>
) - mail.supplier.expression
-
Configure a SpEL expression to select messages. (String, default:
<none>
) - mail.supplier.idle-imap
-
Set to true to use IdleImap Configuration. (Boolean, default:
<none>
) - mail.supplier.java-mail-properties
-
JavaMail properties as a new line delimited string of name-value pairs, e.g. 'foo=bar\n baz=car'. (Properties, default:
<none>
) - mail.supplier.mark-as-read
-
Set to true to mark email as read. (Boolean, default:
<none>
) - mail.supplier.url
-
Mail connection URL for connection to Mail server e.g. 'imaps://username:[email protected]:993/Inbox'. (URLName, default:
<none>
) - mail.supplier.user-flag
-
The flag to mark messages when the server does not support \Recent. (String, default:
<none>
)