Uses of Class
org.eclipse.angus.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 org.eclipse.angus.mail.imap
Fields in org.eclipse.angus.mail.imap declared as ResyncDataModifier and TypeFieldDescriptionstatic final ResyncDataResyncData.CONDSTOREUsed to enable only the CONDSTORE extension.Methods in org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.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.