Uses of Class
com.sun.mail.imap.SortTerm
-
Packages that use SortTerm Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.com.sun.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of SortTerm in com.sun.mail.imap
Fields in com.sun.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 com.sun.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 com.sun.mail.imap.protocol
Methods in com.sun.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.
-