Name

javax.mail.search.FromTerm — This class allows comparisons of From headers.

Synopsis

public final class FromTerm extends AddressTerm {
    // Public Constructor
            public FromTerm(Address address);
    // Public Method
            public boolean match(Message msg);
}

Hierarchy

java.lang.Object→javax.mail.search.SearchTerm→javax.mail.search.
AddressTerm→javax.mail.search.FromTerm

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.