Searched defs:SEEN_BIT (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/javax/mail/
H A DFlags.java110 private final static int SEEN_BIT = 0x20; field in class:Flags
163 public static final Flag SEEN = new Flag(SEEN_BIT);
417 if ((system_flags & SEEN_BIT) != 0)

Completed in 9 milliseconds