Searched refs:SEEN_BIT (Results 1 - 2 of 2) 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)
/javamail/
H A Dmail.sig83 hfds ANSWERED_BIT,DELETED_BIT,DRAFT_BIT,FLAGGED_BIT,RECENT_BIT,SEEN_BIT,USER_BIT,serialVersionUID,system_flags,user_flags

Completed in 13 milliseconds