Uses of Class
javax.mail.Flags.Flag
Packages that use Flags.Flag
Package
Description
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
The JavaMail™ API
provides classes that model a mail system.
Classes specific to Internet mail systems.
-
Uses of Flags.Flag in com.sun.mail.imap
Methods in com.sun.mail.imap with parameters of type Flags.FlagModifier and TypeMethodDescriptionbooleanIMAPMessage.isSet(Flags.Flag flag) Test if the given Flags are set in this message. -
Uses of Flags.Flag in javax.mail
Fields in javax.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 javax.mail that return Flags.FlagModifier and TypeMethodDescriptionFlags.getSystemFlags()Return all the system flags in this Flags object.Methods in javax.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 javax.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 javax.mail.internet
Methods in javax.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.