Home | History | Annotate | Download | only in email

Lines Matching refs:SEEN

106     private static final Flag[] FLAG_LIST_SEEN = new Flag[] { Flag.SEEN };
568 if (!message.isSet(Flag.SEEN) && unseenMessages != null) {
733 * A list of IDs for messages that were downloaded and did not have the seen flag set.
873 if (flag == Flag.SEEN) {
883 // Update SEEN/FLAGGED/ANSWERED (star) flags (if supported remotely - e.g. not for POP3)
891 boolean remoteSeen = remoteMessage.isSet(Flag.SEEN);