mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.16k stars 380 forks source link

Filter inbox mails based on a emails array #855

Closed mihbog-atra closed 2 years ago

mihbog-atra commented 2 years ago

Hello, I am trying to fetch all the mails in the inbox with sender email NOT part of an emails array. Is there any way of doing this?

Already using the search function to filter emails based on one email, that works fine. But I wasn't able to find a way to make the previously described case work.

Thank you!