java.lang.Object
jakarta.mail.search.SearchTerm
org.eclipse.angus.mail.imap.ModifiedSinceTerm
- All Implemented Interfaces:
Serializable
Find messages that have been modified since a given MODSEQ value.
Relies on the server implementing the CONDSTORE extension
(RFC 4551).
- Since:
- JavaMail 1.5.1
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ModifiedSinceTerm
public ModifiedSinceTerm(long modseq) Constructor.- Parameters:
modseq
- modification sequence number
-
-
Method Details
-
getModSeq
public long getModSeq()Return the modseq.- Returns:
- the modseq
-
match
The match method.- Specified by:
match
in classSearchTerm
- Parameters:
msg
- the date comparator is applied to this Message's MODSEQ- Returns:
- true if the comparison succeeds, otherwise false
-
equals
Equality comparison. -
hashCode
public int hashCode()Compute a hashCode for this object.
-