Uses of Class
com.sun.mail.imap.protocol.IMAPProtocol
Packages that use IMAPProtocol
Package
Description
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of IMAPProtocol in com.sun.mail.gimap
Methods in com.sun.mail.gimap that return IMAPProtocolModifier and TypeMethodDescriptionprotected IMAPProtocol
GmailStore.newIMAPProtocol
(String host, int port) -
Uses of IMAPProtocol in com.sun.mail.gimap.protocol
Subclasses of IMAPProtocol in com.sun.mail.gimap.protocolModifier and TypeClassDescriptionclass
Extend IMAP support to handle Gmail-specific protocol extensions.Constructors in com.sun.mail.gimap.protocol with parameters of type IMAPProtocol -
Uses of IMAPProtocol in com.sun.mail.imap
Fields in com.sun.mail.imap declared as IMAPProtocolMethods in com.sun.mail.imap that return IMAPProtocolModifier and TypeMethodDescriptionprotected IMAPProtocol
IMAPFolder.getProtocol()
Return the IMAPProtocol object for this folder.protected IMAPProtocol
IMAPMessage.getProtocol()
Get this message's folder's protocol connection.protected IMAPProtocol
IMAPNestedMessage.getProtocol()
protected IMAPProtocol
IMAPFolder.getStoreProtocol()
Get this folder's Store's protocol connection.protected IMAPProtocol
IMAPStore.newIMAPProtocol
(String host, int port) Create an IMAPProtocol object connected to the host and port.Methods in com.sun.mail.imap with parameters of type IMAPProtocolModifier and TypeMethodDescriptionIMAPFolder.ProtocolCommand.doCommand
(IMAPProtocol protocol) Execute the user-defined command using the supplied IMAPProtocol object.protected void
IMAPStore.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 void
IMAPFolder.releaseStoreProtocol
(IMAPProtocol p) Release the store protocol object. -
Uses of IMAPProtocol in com.sun.mail.imap.protocol
Constructors in com.sun.mail.imap.protocol with parameters of type IMAPProtocolModifierConstructorDescriptionIMAPSaslAuthenticator
(IMAPProtocol pr, String name, Properties props, MailLogger logger, String host) Create a SearchSequence for this IMAPProtocol.