Package | Description |
---|---|
net.messagevortex.transport |
This package contains vital classes for transport layer.
|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
Constructor and Description |
---|
SaslServerCallbackHandler(AuthenticationProxy creds) |
Modifier and Type | Method and Description |
---|---|
AuthenticationProxy |
ImapConnection.getAuth()
Get the authentication proxy of the connection.
|
AuthenticationProxy |
ImapConnection.setAuth(AuthenticationProxy authProxy)
Setter for the authentication proxy handling incomming requests for authentication.
|
AuthenticationProxy |
ImapServer.setAuth(AuthenticationProxy ap)
Sets the authentication proxy for incoming connections.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProxy |
ImapConnection.setAuth(AuthenticationProxy authProxy)
Setter for the authentication proxy handling incomming requests for authentication.
|
AuthenticationProxy |
ImapServer.setAuth(AuthenticationProxy ap)
Sets the authentication proxy for incoming connections.
|
Constructor and Description |
---|
ImapConnection(AbstractConnection ac,
AuthenticationProxy proxy)
Creates an ImapConnection.
|
Copyright © 2023. All rights reserved.