Uses of Class
com.sun.mail.imap.protocol.UIDSet
Packages that use UIDSet
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of UIDSet in com.sun.mail.imap
Fields in com.sun.mail.imap declared as UIDSetMethods in com.sun.mail.imap that return UIDSetModifier and TypeMethodDescriptionstatic UIDSet[]
Utility.getResyncUIDSet
(ResyncData rd) Make the ResyncData UIDSet available to IMAPProtocol, which is in a different package.static UIDSet[]
Return UIDSets for the messages.Constructors in com.sun.mail.imap with parameters of type UIDSet -
Uses of UIDSet in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol that return UIDSetModifier and TypeMethodDescriptionstatic UIDSet[]
UIDSet.createUIDSets
(long[] uids) Convert an array of longs into an array of UIDSetsstatic UIDSet[]
UIDSet.parseUIDSets
(String uids) Parse a string in IMAP UID range format.Methods in com.sun.mail.imap.protocol with parameters of type UIDSetModifier and TypeMethodDescriptionstatic long
Count the total number of elements in an array of UIDSets.static long[]
Convert an array of UIDSets into a array of long UIDs.static long[]
Convert an array of UIDSets into a array of long UIDs.static String
Convert an array of UIDSets into an IMAP sequence range.void
IMAPProtocol.uidexpunge
(UIDSet[] set) UID EXPUNGE Command.