Open for Voting

Limit eMail collection in EmailConnectionManager and EmailOAuth2ConnectionManager

Please enable a limitation of emails to be collected per use of EmailConnectionManager or EmailOAuth2ConnectionManager. 

Imagine you have thousands of emails in your mailbox and you want to process only 50 of them per package run.
We are getting thousands of electronic invoices with attached PDF files day by day and often they are provided all at once in a special folder. 


We dont want to run a package that processes about 3.000 emails at once. We want to process them in parts of 50 or 100.

Please integrate a limit. If the limit is 0, then all emails can be processed. If it has a value, then only the amount of the limit can be processed.