Search this Folder for messages matching the specified search criterion. Returns an array containing the matching messages . Returns an empty array if no matches were found. This implementation invokes search(term, getMessages()) , to apply the search over all the messages in this f
(SearchTerm term)
| 1253 | * @see javax.mail.search.SearchTerm |
| 1254 | */ |
| 1255 | public Message[] search(SearchTerm term) throws MessagingException { |
| 1256 | return search(term, getMessages()); |
| 1257 | } |
| 1258 | |
| 1259 | /** |
| 1260 | * Search the given array of messages for those that match the |