java.lang.Object | +--javax.mail.Flags.Flag
This inner class represents an individual system flag. A set of standard system flag objects are predefined here.
ANSWERED This message has been answered. | |
DELETED This message is marked deleted. | |
DRAFT This message is a draft. | |
FLAGGED This message is flagged. | |
RECENT This message is recent. | |
SEEN This message is seen. | |
USER A special flag that indicates that this folder supports user defined flags. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public static finalFlags.FlagANSWERED
public static finalFlags.FlagDELETED
public static finalFlags.FlagDRAFT
public static finalFlags.FlagFLAGGED
public static finalFlags.FlagRECENT
Clients cannot alter this flag.
public static finalFlags.FlagSEEN
getInputStream
andgetContent
methods on Message cause this flag to be set.Clients can alter this flag.
public static finalFlags.FlagUSER
The implementation sets this flag. Clients cannot alter this flag but can use it to determine if a folder supports user defined flags by usingfolder.getPermanentFlags().contains(Flags.Flag.USER)
.