javax.mail.search
public abstract class SearchTerm extends Object implements Serializable
Method Summary | |
---|---|
abstract boolean | match(Message message)
Checks a matching criteria defined by the concrete subclass of this Term.
|
Parameters: message the message to apply the matching criteria to
Returns: true if the matching criteria is met