Uses of Class
jakarta.mail.Flags.Flag
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Classes specific to Internet mail systems.
-
Uses of Flags.Flag in jakarta.mail
Modifier and TypeFieldDescriptionstatic final Flags.Flag
Flags.Flag.ANSWERED
This message has been answered.static final Flags.Flag
Flags.Flag.DELETED
This message is marked deleted.static final Flags.Flag
Flags.Flag.DRAFT
This message is a draft.static final Flags.Flag
Flags.Flag.FLAGGED
This message is flagged.static final Flags.Flag
Flags.Flag.RECENT
This message is recent.static final Flags.Flag
Flags.Flag.SEEN
This message is seen.static final Flags.Flag
Flags.Flag.USER
A special flag that indicates that this folder supports user defined flags.Modifier and TypeMethodDescriptionFlags.getSystemFlags()
Return all the system flags in this Flags object.Modifier and TypeMethodDescriptionvoid
Flags.add
(Flags.Flag flag) Add the specified system flag to this Flags object.boolean
Flags.contains
(Flags.Flag flag) Check whether the specified system flag is present in this Flags object.boolean
Message.isSet
(Flags.Flag flag) Check whether the flag specified in theflag
argument is set in this message.void
Flags.remove
(Flags.Flag flag) 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.ModifierConstructorDescriptionFlags
(Flags.Flag flag) Construct a Flags object initialized with the given system flag. -
Uses of Flags.Flag in jakarta.mail.internet
Modifier and TypeMethodDescriptionboolean
MimeMessage.isSet
(Flags.Flag flag) Check whether the flag specified in theflag
argument is set in this message.