Uses of Interface
org.eclipse.angus.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 org.eclipse.angus.mail.iap
Methods in org.eclipse.angus.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 org.eclipse.angus.mail.imap
Classes in org.eclipse.angus.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.