Uses of Interface
org.eclipse.angus.mail.imap.Utility.Condition
-
Packages that use Utility.Condition Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store. -
-
Uses of Utility.Condition in org.eclipse.angus.mail.imap
Classes in org.eclipse.angus.mail.imap that implement Utility.Condition Modifier and Type Class Description static classIMAPMessage.FetchProfileConditionThis class implements the test to be done on each message in the folder.Methods in org.eclipse.angus.mail.imap with parameters of type Utility.Condition Modifier and Type Method Description static MessageSet[]Utility. toMessageSet(jakarta.mail.Message[] msgs, Utility.Condition cond)Run thru the given array of messages, apply the given Condition on each message and generate sets of contiguous sequence-numbers for the successful messages.static MessageSet[]Utility. toMessageSetSorted(jakarta.mail.Message[] msgs, Utility.Condition cond)Sort (a copy of) the given array of messages and then run thru the sorted array of messages, apply the given Condition on each message and generate sets of contiguous sequence-numbers for the successful messages.
-