javax.mail.search

Class BodyTerm

public final class BodyTerm extends StringTerm

Term that matches on a message body. All parts that have a MIME type of "text/*" are searched.
Constructor Summary
BodyTerm(String pattern)
Method Summary
booleanmatch(Message message)

Constructor Detail

BodyTerm

public BodyTerm(String pattern)

Method Detail

match

public boolean match(Message message)