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

Method search

app/src/main/java/javax/mail/Folder.java:1255–1257  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 1

onLabelMethod · 0.95

Calls 5

getMessagesMethod · 0.95
toArrayMethod · 0.80
sizeMethod · 0.65
matchMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected