Uses of Class
org.eclipse.angus.mail.imap.protocol.IMAPProtocol
-
Packages that use IMAPProtocol Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of IMAPProtocol in org.eclipse.angus.mail.imap
Fields in org.eclipse.angus.mail.imap declared as IMAPProtocol Modifier and Type Field Description protected IMAPProtocolIMAPFolder. protocolMethods in org.eclipse.angus.mail.imap that return IMAPProtocol Modifier and Type Method Description protected IMAPProtocolIMAPFolder. getProtocol()Return the IMAPProtocol object for this folder.protected IMAPProtocolIMAPMessage. getProtocol()Get this message's folder's protocol connection.protected IMAPProtocolIMAPNestedMessage. getProtocol()protected IMAPProtocolIMAPFolder. getStoreProtocol()Get this folder's Store's protocol connection.protected IMAPProtocolIMAPStore. newIMAPProtocol(java.lang.String host, int port)Create an IMAPProtocol object connected to the host and port.Methods in org.eclipse.angus.mail.imap with parameters of type IMAPProtocol Modifier and Type Method Description java.lang.ObjectIMAPFolder.ProtocolCommand. doCommand(IMAPProtocol protocol)Execute the user-defined command using the supplied IMAPProtocol object.protected voidIMAPStore. preLogin(IMAPProtocol p)This method is called after the connection is made and TLS is started (if needed), but before any authentication is attempted.protected voidIMAPFolder. releaseStoreProtocol(IMAPProtocol p)Release the store protocol object. -
Uses of IMAPProtocol in org.eclipse.angus.mail.imap.protocol
Constructors in org.eclipse.angus.mail.imap.protocol with parameters of type IMAPProtocol Constructor Description IMAPSaslAuthenticator(IMAPProtocol pr, java.lang.String name, java.util.Properties props, MailLogger logger, java.lang.String host)SearchSequence(IMAPProtocol p)Create a SearchSequence for this IMAPProtocol.
-