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 voidProtocol. 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 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.
-