Uses of Class javax.mail.Flags.Flag

Uses in package javax.mail

Constructors with parameter type javax.mail.Flags.Flag

Construct a Flags object initialized with 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
A special flag that indicates that this folder supports user defined flags.

Methods with parameter type javax.mail.Flags.Flag

void
Add the specified system flag to this Flags object.
boolean
Indicates whether the specified system flag is present in this Flags object.
boolean
Check whether the flag specified in the flag argument is set in this message.
void
Remove the specified system flag from this Flags object.
void
Message.setFlag(Flags.Flag flag, boolean set)
Set the specified flag on this message to the specified value.

Methods with return type javax.mail.Flags.Flag

Flags.Flag[]
Return all the system flags in this Flags object.

Uses in package gnu.mail.providers.imap

Methods with parameter type javax.mail.Flags.Flag

boolean

Uses in package javax.mail.internet

Methods with parameter type javax.mail.Flags.Flag

boolean
Check whether the flag specified in the flag argument is set in this message.

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