javax.mail.search
public final class ReceivedDateTerm extends DateTerm
Version: 1.3
| Constructor Summary | |
|---|---|
| ReceivedDateTerm(int comparison, Date date)
Constructor. | |
| Method Summary | |
|---|---|
| boolean | equals(Object other) |
| boolean | match(Message msg)
Returns true only if the given message's received date matches this
term. |
Parameters: comparison the comparison operator date the date for comparison