Uses of Class javax.mail.Flags.Flag

Uses in package javax.mail.internet

Methods with parameter type javax.mail.Flags.Flag

boolean
Indicates whether the specified flag is set in this message.

Uses in package gnu.mail.providers.imap

Methods with parameter type javax.mail.Flags.Flag

boolean
Indicates whether the specified flag is set in this message.

Uses in package javax.mail

Constructors with parameter type javax.mail.Flags.Flag

Construct a Flags object containing the given system flag.

Fields of type javax.mail.Flags.Flag

Flags.Flag
This message has been answered.
Flags.Flag
This message is marked deleted.
Flags.Flag
This message is a draft.
Flags.Flag
This message is flagged.
Flags.Flag
This message is recent.
Flags.Flag
This message is seen.
Flags.Flag
Special flag that indicates whether this folder supports user defined flags.

Methods with parameter type javax.mail.Flags.Flag

void
Add the specified system flag.
boolean
Indicates whether the specified system flag is set.
boolean
Indicates whether the specified flag is set in this message.
void
Remove the specified system flag.
void
Message.setFlag(Flags.Flag flag, boolean set)
Sets the specified flag on this message to the given value.

Methods with return type javax.mail.Flags.Flag

Flags.Flag[]
Returns the system flags.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved