Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
Modifier and Type | Field and Description |
---|---|
protected IMAPProtocol |
IMAPFolder.protocol |
Modifier and Type | Method and Description |
---|---|
protected IMAPProtocol |
IMAPNestedMessage.getProtocol() |
protected IMAPProtocol |
IMAPMessage.getProtocol()
Get this message's folder's protocol connection.
|
protected IMAPProtocol |
IMAPFolder.getProtocol()
Return the IMAPProtocol object for this folder.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMAPFolder.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.
|
Constructor and Description |
---|
IMAPSaslAuthenticator(IMAPProtocol pr,
String name,
Properties props,
MailLogger logger,
String host) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.