MCPcopy Create free account
hub / github.com/M66B/FairEmail / match

Method match

app/src/main/java/javax/mail/Message.java:701–703  ·  view source on GitHub ↗

Apply the specified Search criterion to this message. @param term the Search criterion @return true if the Message matches this search criterion, false otherwise. @exception MessagingException for failures @see javax.mail.search.SearchTerm

(SearchTerm term)

Source from the content-addressed store, hash-verified

699 * @see javax.mail.search.SearchTerm
700 */
701 public boolean match(SearchTerm term) throws MessagingException {
702 return term.match(this);
703 }
704}

Callers 4

oFunction · 0.45
prism.jsFile · 0.45
searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected