Package org.apache.camel.component.mail
Class MailSorter
java.lang.Object
org.apache.camel.component.mail.MailSorter
Utility class for sorting of mail messages
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsortMessages(jakarta.mail.Message[] messages, org.eclipse.angus.mail.imap.SortTerm[] sortTerm) Sort the messages.
-
Method Details
-
sortMessages
public static void sortMessages(jakarta.mail.Message[] messages, org.eclipse.angus.mail.imap.SortTerm[] sortTerm) Sort the messages. This emulates sorting the messages on the server if the server doesn't have the sorting capability. See RFC 5256 Does not support complex sorting like in the RFC (with Base Subject or other similar stuff), just simple comparisons.- Parameters:
messages- Messages to sort. Are sorted in placesortTerm- Sort term
-