Every X days I receive a task result from a system by email. If a system is not working properly, for example if email stops working, if it has network issues, whatever reason, then I won't receive the email. The absence of the email itself is an indicator of an issue, and I'd like it to be a trigger to send me a notification.
node-red-node-email triggers messages when it finds an unseen email, so doesn't work here.
I looked at the other packages with "email" in the title and none seem to act in a way that lets you download the last X days from an inbox.
Would this require writing my own node using nodemailer?