Get IMAP Mail Messages - Limit of output list

Hey :slight_smile:

I am using the get IMAP Mail Messages Activity in a new process. I know that a list is limited in entries and can contain 256.
Now I am facing the problem that this activity’s output list only gets ~43 mail messages although there are 600+ mails in the inbox.

Is that a correct behaviour or am I using it wrong?

A list can contain unlimited number of elements. Not sure if there’s a limitation on the IMAP activity.

As to why you get only 43 items, you could check the following properties of the activity:

  • FilterExpression
  • OnlyUnreadMessages
  • Top

If those are empty, it should get all the items.

Thank you very much :slight_smile:
I overlooked these options

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.