Is it possible to set custom flags on IMAP mail messages using java mail without overwriting existing flags? Eg, I need to set a flag "processed" on processed messages without changing its state to SEEN / DELETED or without mail clients interfering with this "processed" flag.
Then I need to find all mail that doesn't have the "processed" flag and process them after which they are also flagged as "processed".
Thanks!