java.lang.Object | +--javax.mail.search.SearchTerm | +--javax.mail.search.StringTerm | +--javax.mail.search.AddressStringTerm | +--javax.mail.search.FromStringTerm
FromStringTerm(String pattern) Constructor. |
boolean | equals(Object other) Equality comparison. |
boolean | Check whether the address string specified in the constructor is a substring of the From address of this Message. |
public FromStringTerm(String pattern)
public boolean equals(Object other)
public boolean match(Message msg)