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)
| 699 | * @see javax.mail.search.SearchTerm |
| 700 | */ |
| 701 | public boolean match(SearchTerm term) throws MessagingException { |
| 702 | return term.match(this); |
| 703 | } |
| 704 | } |
no outgoing calls
no test coverage detected