javax.mail
Class Flags.Flag

java.lang.Object
  extended by javax.mail.Flags.Flag
Enclosing class:
Flags

public static final class Flags.Flag
extends java.lang.Object

An individual system flag.


Field Summary
static Flags.Flag ANSWERED
          This message has been answered.
static Flags.Flag DELETED
          This message is marked deleted.
static Flags.Flag DRAFT
          This message is a draft.
static Flags.Flag FLAGGED
          This message is flagged.
static Flags.Flag RECENT
          This message is recent.
static Flags.Flag SEEN
          This message is seen.
static Flags.Flag USER
          Special flag that indicates whether this folder supports user defined flags.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANSWERED

public static final Flags.Flag ANSWERED
This message has been answered.


DELETED

public static final Flags.Flag DELETED
This message is marked deleted.


DRAFT

public static final Flags.Flag DRAFT
This message is a draft.


FLAGGED

public static final Flags.Flag FLAGGED
This message is flagged.


RECENT

public static final Flags.Flag RECENT
This message is recent.


SEEN

public static final Flags.Flag SEEN
This message is seen.


USER

public static final Flags.Flag USER
Special flag that indicates whether this folder supports user defined flags.