Uses of Class
org.eclipse.angus.mail.imap.protocol.UIDSet
-
Packages that use UIDSet 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 UIDSet in org.eclipse.angus.mail.imap
Fields in org.eclipse.angus.mail.imap declared as UIDSet Modifier and Type Field Description UIDSet[]CopyUID. dstUIDSet[]CopyUID. srcMethods in org.eclipse.angus.mail.imap that return UIDSet Modifier and Type Method Description static UIDSet[]Utility. getResyncUIDSet(ResyncData rd)Make the ResyncData UIDSet available to IMAPProtocol, which is in a different package.static UIDSet[]Utility. toUIDSet(jakarta.mail.Message[] msgs)Return UIDSets for the messages.Constructors in org.eclipse.angus.mail.imap with parameters of type UIDSet Constructor Description CopyUID(long uidvalidity, UIDSet[] src, UIDSet[] dst) -
Uses of UIDSet in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return UIDSet Modifier and Type Method Description static UIDSet[]UIDSet. createUIDSets(long[] uids)Convert an array of longs into an array of UIDSetsstatic UIDSet[]UIDSet. parseUIDSets(java.lang.String uids)Parse a string in IMAP UID range format.Methods in org.eclipse.angus.mail.imap.protocol with parameters of type UIDSet Modifier and Type Method Description static longUIDSet. size(UIDSet[] uidset)Count the total number of elements in an array of UIDSets.static long[]UIDSet. toArray(UIDSet[] uidset)Convert an array of UIDSets into a array of long UIDs.static long[]UIDSet. toArray(UIDSet[] uidset, long uidmax)Convert an array of UIDSets into a array of long UIDs.static java.lang.StringUIDSet. toString(UIDSet[] uidset)Convert an array of UIDSets into an IMAP sequence range.voidIMAPProtocol. uidexpunge(UIDSet[] set)UID EXPUNGE Command.
-