I'm building a workflow in n8n that:
- Uses the IMAP Email Trigger to receive emails from a custom domain.
- Passes the content to a text classifier (e.g., to identify if it's "Sales", "Support", etc.).
- Now I want to tag or label the original email based on the classification.
I know Gmail has a "Gmail > Add Label" node, but I’m working with a generic IMAP inbox. The IMAP Email node doesn’t seem to have an option to move or label the email after it's been triggered.
Is there any existing way (or recommended workaround) to:
- Move an email to a folder (like /Sales, /Support)?
- Apply a tag/label using IMAP or any other node?
Thanks in advance!