Uses of Class
com.sun.mail.imap.ResyncData
Packages that use ResyncData
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 ResyncData in com.sun.mail.imap
Fields in com.sun.mail.imap declared as ResyncDataModifier and TypeFieldDescriptionstatic final ResyncData
ResyncData.CONDSTORE
Used to enable only the CONDSTORE extension.Methods in com.sun.mail.imap with parameters of type ResyncDataModifier and TypeMethodDescriptionstatic UIDSet[]
Utility.getResyncUIDSet
(ResyncData rd) Make the ResyncData UIDSet available to IMAPProtocol, which is in a different package.IMAPFolder.open
(int mode, ResyncData rd) Open this folder in the given mode, with the given resynchronization data. -
Uses of ResyncData in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol with parameters of type ResyncDataModifier and TypeMethodDescriptionIMAPProtocol.examine
(String mbox, ResyncData rd) EXAMINE Command with QRESYNC data.IMAPProtocol.select
(String mbox, ResyncData rd) SELECT Command with QRESYNC data.