javax.mail.search

Class FromStringTerm

Implemented Interfaces:
Serializable

public final class FromStringTerm
extends AddressStringTerm

Field Summary

Fields inherited from class javax.mail.search.StringTerm

ignoreCase, pattern

Constructor Summary

FromStringTerm(String string)

Method Summary

boolean
match(Message message)

Methods inherited from class javax.mail.search.AddressStringTerm

match

Methods inherited from class javax.mail.search.StringTerm

equals, getIgnoreCase, getPattern, hashCode, match

Methods inherited from class javax.mail.search.SearchTerm

match

Constructor Details

FromStringTerm

public FromStringTerm(String string)

Method Details

match

public boolean match(Message message)
Overrides:
match in interface SearchTerm