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

/javamail/mail/src/main/java/javax/mail/
H A DFlags.java106 private final static int DELETED_BIT = 0x02; field in class:Flags
131 public static final Flag DELETED = new Flag(DELETED_BIT);
409 if ((system_flags & DELETED_BIT) != 0)

Completed in 9 milliseconds