Uses of Class
javax.mail.search.SearchException
Packages that use SearchException
Package
Description
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of SearchException in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol that throw SearchExceptionModifier and TypeMethodDescriptionprotected Argumentprotected Argumentprotected Argumentprotected ArgumentSearchSequence.generateSequence(SearchTerm term, String charset) Generate the IMAP search sequence for the given search expression.protected ArgumentSearchSequence.header(HeaderTerm term, String charset) protected ArgumentSearchSequence.messageid(MessageIDTerm term, String charset) protected ArgumentSearchSequence.modifiedSince(ModifiedSinceTerm term) Generate argument for ModifiedSinceTerm.protected Argumentprotected ArgumentGenerate argument for OlderTerm.protected Argumentprotected ArgumentSearchSequence.receiveddate(DateTerm term) protected ArgumentSearchSequence.recipient(Message.RecipientType type, String address, String charset) int[]IMAPProtocol.search(MessageSet[] msgsets, SearchTerm term) Issue the given search criterion on the specified message sets.int[]IMAPProtocol.search(SearchTerm term) Issue the given search criterion on all messages in this folder.protected Argumentprotected Argumentint[]IMAPProtocol.sort(SortTerm[] term, SearchTerm sterm) Sort messages in the folder according to the specified sort criteria.protected ArgumentSearchSequence.subject(SubjectTerm term, String charset) protected ArgumentSearchSequence.younger(YoungerTerm term) Generate argument for YoungerTerm.