umanamente / n8n-nodes-imap

This is an n8n community node that adds support for IMAP email servers.
MIT License
17 stars 3 forks source link

Add custom flags #23

Closed syberx closed 2 months ago

syberx commented 2 months ago

Hey i can add many Flags seen,answerd ...

But i need to add custom flags..

example python: mail.uid('store', uid, '+FLAGS', 'paperless')

can you add custom flags ? I can see this flags in my android app and thunderbird. I can see label "paperless"

Big Thanks !!

umanamente commented 2 months ago

Unfortunately, adding custom flags is not widely supported by IMAP servers and might confuse users or cause unexpected bugs. Standard flags like \Seen are part of the RFC specifications, while custom flags are not supported by most commonly used servers such as Gmail and MS Exchange.

syberx commented 2 months ago

and "flagColor" ? Nexcloud add this to important mail. Or do you have an idea how I can do it myself? Or maybe a custom code field? Where everyone can add their own stuff without having to "select". That shouldn't cause any problems, right?

umanamente commented 2 months ago

"\Flagged" is usually used for important mail