Uses of Interface
com.sun.mail.iap.ResponseHandler
Packages that use ResponseHandler
Package
Description
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
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 ResponseHandlerModifier and TypeMethodDescriptionvoidProtocol.addResponseHandler(ResponseHandler h) Adds a response handler.voidProtocol.removeResponseHandler(ResponseHandler h) Removed the specified response handler. -
Uses of ResponseHandler in com.sun.mail.imap
Classes in com.sun.mail.imap that implement ResponseHandlerModifier and TypeClassDescriptionclassThe default IMAP folder (root of the naming hierarchy).classThis class implements an IMAP folder.classThis class provides access to an IMAP message store over SSL.classThis class provides access to an IMAP message store.