...
This section describes the Email agent, which can connect to an existing email server using either the IMAP or POP3 protocols and fetch emails from them. This is a collection agent for batch workflow configurations. This agent implements Jakarta Mail
...
Batch model
To make sure that every email gets handled according to the rules set in the configuration we treat each email as a batch. Meaning that if the mail folder where you read the emails from, contains 30 emails that you will process, it will be split into 30 batches.
...