Uses of Interface
com.sun.mail.iap.ResponseHandler
-
Packages that use ResponseHandler Package Description com.sun.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store. -
-
Uses of ResponseHandler in com.sun.mail.iap
Methods in com.sun.mail.iap with parameters of type ResponseHandler Modifier and Type Method Description void
Protocol. addResponseHandler(ResponseHandler h)
Adds a response handler.void
Protocol. removeResponseHandler(ResponseHandler h)
Removed the specified response handler. -
Uses of ResponseHandler in com.sun.mail.imap
Classes in com.sun.mail.imap that implement ResponseHandler Modifier and Type Class Description class
DefaultFolder
The default IMAP folder (root of the naming hierarchy).class
IMAPFolder
This class implements an IMAP folder.class
IMAPSSLStore
This class provides access to an IMAP message store over SSL.class
IMAPStore
This class provides access to an IMAP message store.
-