Uses of Class
javax.mail.Flags
Packages that use Flags
Package
Description
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
The JavaMail™ API
provides classes that model a mail system.
Classes specific to Internet mail systems.
Message search terms for the JavaMail API.
-
Uses of Flags in com.sun.mail.imap
Fields in com.sun.mail.imap declared as FlagsModifier and TypeFieldDescriptionprotected FlagsIMAPFolder.availableFlagsprotected FlagsIMAPFolder.permanentFlagsMethods in com.sun.mail.imap that return FlagsModifier and TypeMethodDescriptionIMAPMessage.getFlags()Get the Flags for this message.IMAPFolder.getPermanentFlags()Return the permanent flags supported by the server.Methods in com.sun.mail.imap with parameters of type FlagsModifier and TypeMethodDescriptionvoidSet the specified flags for the given array of message numbers.voidSet the specified flags for the given range of message numbers.voidSet the specified flags for the given array of messages.voidSet/Unset the given flags in this message. -
Uses of Flags in com.sun.mail.pop3
Methods in com.sun.mail.pop3 that return FlagsModifier and TypeMethodDescriptionPOP3Folder.getPermanentFlags()Always returns an emptyFlagsobject because the POP3 protocol doesn't support any permanent flags.Methods in com.sun.mail.pop3 with parameters of type Flags -
Uses of Flags in javax.mail
Methods in javax.mail that return FlagsModifier and TypeMethodDescriptionabstract FlagsMessage.getFlags()Returns aFlagsobject containing the flags for this message.abstract FlagsFolder.getPermanentFlags()Get the permanent flags supported by this Folder.Methods in javax.mail with parameters of type FlagsModifier and TypeMethodDescriptionvoidAdd all the flags in the given Flags object to this Flags object.booleanCheck whether all the flags in the specified Flags object are present in this Flags object.voidRemove all flags in the given Flags object from this Flags object.booleanRemove any flags not in the given Flags object.voidSet the specified flags on the messages whose message numbers are in the array.voidSet the specified flags on the messages numbered from start through end, both start and end inclusive.voidSet the specified flags on the messages specified in the array.abstract voidSet the specified flags on this message to the specified value.Constructors in javax.mail with parameters of type Flags -
Uses of Flags in javax.mail.internet
Fields in javax.mail.internet declared as FlagsMethods in javax.mail.internet that return FlagsModifier and TypeMethodDescriptionMimeMessage.getFlags()Return aFlagsobject containing the flags for this message.Methods in javax.mail.internet with parameters of type Flags -
Uses of Flags in javax.mail.search
Methods in javax.mail.search that return FlagsConstructors in javax.mail.search with parameters of type Flags