Uses of Class
org.eclipse.angus.mail.imap.SortTerm
-
Packages that use SortTerm Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of SortTerm in org.eclipse.angus.mail.imap
Fields in org.eclipse.angus.mail.imap declared as SortTerm Modifier and Type Field Description static SortTermSortTerm. ARRIVALSort by message arrival date and time.static SortTermSortTerm. CCSort by email address of first Cc recipient.static SortTermSortTerm. DATESort by sent date and time.static SortTermSortTerm. FROMSort by first From email address.static SortTermSortTerm. REVERSEReverse the sort order of the following item.static SortTermSortTerm. SIZESort by the message size.static SortTermSortTerm. SUBJECTSort by the base subject text.static SortTermSortTerm. TOSort by email address of first To recipient.Methods in org.eclipse.angus.mail.imap with parameters of type SortTerm Modifier and Type Method Description Message[]IMAPFolder. getSortedMessages(SortTerm[] term)Sort the messages in the folder according to the sort criteria.Message[]IMAPFolder. getSortedMessages(SortTerm[] term, SearchTerm sterm)Sort the messages in the folder according to the sort criteria. -
Uses of SortTerm in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol with parameters of type SortTerm Modifier and Type Method Description int[]IMAPProtocol. sort(SortTerm[] term, SearchTerm sterm)Sort messages in the folder according to the specified sort criteria.
-