Uses of Class
jakarta.mail.Flags.Flag
Packages that use Flags.Flag
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Classes specific to Internet mail systems.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
-
Uses of Flags.Flag in jakarta.mail
Fields in jakarta.mail declared as Flags.FlagModifier and TypeFieldDescriptionstatic final Flags.FlagFlags.Flag.ANSWEREDThis message has been answered.static final Flags.FlagFlags.Flag.DELETEDThis message is marked deleted.static final Flags.FlagFlags.Flag.DRAFTThis message is a draft.static final Flags.FlagFlags.Flag.FLAGGEDThis message is flagged.static final Flags.FlagFlags.Flag.RECENTThis message is recent.static final Flags.FlagFlags.Flag.SEENThis message is seen.static final Flags.FlagFlags.Flag.USERA special flag that indicates that this folder supports user defined flags.Methods in jakarta.mail that return Flags.FlagModifier and TypeMethodDescriptionFlags.getSystemFlags()Return all the system flags in this Flags object.Methods in jakarta.mail with parameters of type Flags.FlagModifier and TypeMethodDescriptionvoidFlags.add(Flags.Flag flag) Add the specified system flag to this Flags object.booleanFlags.contains(Flags.Flag flag) Check whether the specified system flag is present in this Flags object.booleanMessage.isSet(Flags.Flag flag) Check whether the flag specified in theflagargument is set in this message.voidFlags.remove(Flags.Flag flag) Remove the specified system flag from this Flags object.voidMessage.setFlag(Flags.Flag flag, boolean set) Set the specified flag on this message to the specified value.Constructors in jakarta.mail with parameters of type Flags.FlagModifierConstructorDescriptionFlags(Flags.Flag flag) Construct a Flags object initialized with the given system flag. -
Uses of Flags.Flag in jakarta.mail.internet
Methods in jakarta.mail.internet with parameters of type Flags.FlagModifier and TypeMethodDescriptionbooleanMimeMessage.isSet(Flags.Flag flag) Check whether the flag specified in theflagargument is set in this message. -
Uses of Flags.Flag in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap with parameters of type Flags.FlagModifier and TypeMethodDescriptionbooleanIMAPMessage.isSet(Flags.Flag flag) Test if the given Flags are set in this message.