javax.mail.search

Class SearchTerm

public abstract class SearchTerm extends Object implements Serializable

A search expression is represented as a tree of search terms. All search terms derive from this class.

Version: 1.4

Author: Chris Burdess

Method Summary
abstract booleanmatch(Message msg)
Indicates whether the given message matches this search term.

Method Detail

match

public abstract boolean match(Message msg)
Indicates whether the given message matches this search term.
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved