Uses of Interface
org.eclipse.angus.mail.iap.ResponseHandler
-
Packages that use ResponseHandler Package Description org.eclipse.angus.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.org.eclipse.angus.mail.imap 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 ResponseHandler Modifier and Type Method Description voidProtocol. 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 ResponseHandler Modifier and Type Class Description classDefaultFolderThe default IMAP folder (root of the naming hierarchy).classIMAPFolderThis class implements an IMAP folder.classIMAPSSLStoreThis class provides access to an IMAP message store over SSL.classIMAPStoreThis class provides access to an IMAP message store.
-