Uses of Class
jakarta.mail.Flags
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Classes specific to Internet mail systems.
Message search terms for the Jakarta Mail API.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
-
Uses of Flags in jakarta.mail
Modifier 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.Modifier 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.boolean
Remove any flags not in the given 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. -
Uses of Flags in jakarta.mail.internet
Modifier and TypeMethodDescriptionMimeMessage.getFlags()
Return aFlags
object containing the flags for this message. -
Uses of Flags in jakarta.mail.search
-
Uses of Flags in org.eclipse.angus.mail.imap
Modifier and TypeFieldDescriptionprotected Flags
IMAPFolder.availableFlags
protected Flags
IMAPFolder.permanentFlags
Modifier and TypeMethodDescriptionIMAPMessage.getFlags()
Get the Flags for this message.IMAPFolder.getPermanentFlags()
Return the permanent flags supported by the server.Modifier 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 org.eclipse.angus.mail.pop3
Modifier and TypeMethodDescriptionPOP3Folder.getPermanentFlags()
Always returns an emptyFlags
object because the POP3 protocol doesn't support any permanent flags.