DS_ReceiveEmails in imap pop3 module

0
Hello, I am calling the DS_ReceiveEmails microflow from a scheduled activity and it looks like it's receiving the same email multiple times. If I compare my gmail account to the inbox in Mendix, I see one copy of an email in gmail and 2 or 3 copies of the same email in the inbox in my Mendix app. I don't see this behavior if I trigger DS_ReceiveEmails manually from a button. Any ideas what might be causing this?   Thanks, Tracy
asked
2 answers
0

Can you debug the DS_ReceiveEmails microflow, and verify the number of emails in the EmailList?

answered
0

I suspect that the issue is in the configuration of the module - what to do with messages after they have been downloaded.  If you take no action the email remains on the mail server and is then processed multiple times.

In the configuration, you either need to set it to delete the message after downloading, or move it out of the Inbox to a different folder ir you wish to keep a copy on the mail server

answered