Uses of Class
org.eclipse.angus.mail.imap.protocol.MessageSet
-
Packages that use MessageSet 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 MessageSet in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap that return MessageSet 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. -
Uses of MessageSet in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return MessageSet Modifier and Type Method Description static MessageSet[]MessageSet. createMessageSets(int[] msgs)Convert an array of integers into an array of MessageSetsMethods in org.eclipse.angus.mail.imap.protocol with parameters of type MessageSet Modifier and Type Method Description voidIMAPProtocol. copy(MessageSet[] msgsets, java.lang.String mbox)COPY command.CopyUIDIMAPProtocol. copyuid(MessageSet[] msgsets, java.lang.String mbox)COPY command, return uid from COPYUID response code.Response[]IMAPProtocol. fetch(MessageSet[] msgsets, java.lang.String what)voidIMAPProtocol. move(MessageSet[] msgsets, java.lang.String mbox)MOVE command.CopyUIDIMAPProtocol. moveuid(MessageSet[] msgsets, java.lang.String mbox)MOVE Command, return uid from COPYUID response code.int[]IMAPProtocol. search(MessageSet[] msgsets, jakarta.mail.search.SearchTerm term)Issue the given search criterion on the specified message sets.static intMessageSet. size(MessageSet[] msgsets)voidIMAPProtocol. storeFlags(MessageSet[] msgsets, jakarta.mail.Flags flags, boolean set)static java.lang.StringMessageSet. toString(MessageSet[] msgsets)Convert an array of MessageSets into an IMAP sequence range
-