So, I'm wanting to receive emails and then change the folder (or label) that the email is stored in based on certain criteria (e.g., sentiment)
Currently I'm able to receive emails from a test gmail account (after configuring app password) however I don't know how to go about passing the information to my gmail account to change the folder.
I have attempted using node-red-contrib-email-actions module however my flow is crashing whenever this attempts to connect and I suspect that the module requires updating. Are there any alternative ways that people think I could accomplish the task without creating a new module?
Thanks in advance