> When accessing an IMAP folder with Outlook, I can set different colored
> flags. Does this flag the messages on the server side
Yes, see the RFC 2060 and RFC 3501.
> and can I
> retrieve and change that flag via javamail?
See the API documentation for the obvious javax.mail.Flags class for a
start.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
aaronfude@gmail.com - 28 Apr 2006 14:42 GMT
> > When accessing an IMAP folder with Outlook, I can set different colored
> > flags. Does this flag the messages on the server side
>
> Yes, see the RFC 2060 and RFC 3501.
I think I should have had more info in my original post.
I have used Outlook to give a few messages on the IMAP server flags of
different colors. When I look at the same messages via JavaMail I see
that they are all flagged but I do not know how to get the color.
"flags.getUserFlags()" returns an array of length 0. While the source
that you directed me to indicate to me where else to look?
Thanks!
> > and can I
> > retrieve and change that flag via javamail?
[quoted text clipped - 7 lines]
> ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
> http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/