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 JavaMailTM 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 Flags
IMAPFolder.availableFlags
protected Flags
IMAPFolder.permanentFlags
Methods 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 TypeMethodDescriptionvoid
Set the specified flags for the given array of message numbers.void
Set the specified flags for the given range of message numbers.void
Set the specified flags for the given array of messages.void
Set/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 emptyFlags
object 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 Flags
Message.getFlags()
Returns aFlags
object containing the flags for this message.abstract Flags
Folder.getPermanentFlags()
Get the permanent flags supported by this Folder.Methods in javax.mail with parameters of type FlagsModifier and TypeMethodDescriptionvoid
Add all the flags in the given Flags object to this Flags object.boolean
Check whether all the flags in the specified Flags object are present in this Flags object.void
Remove all flags in the given Flags object from this Flags object.void
Set the specified flags on the messages whose message numbers are in the array.void
Set the specified flags on the messages numbered from start through end, both start and end inclusive.void
Set the specified flags on the messages specified in the array.abstract void
Set 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 aFlags
object 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