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.
|
net.messagevortex.transport.smtp |
Modifier and Type | Method and Description |
---|---|
Credentials |
AuthenticationProxy.getCredentials(String authzid) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationProxy.addCredentials(Credentials creds) |
Constructor and Description |
---|
SaslClientCallbackHandler(Credentials creds) |
Modifier and Type | Method and Description |
---|---|
boolean |
ImapClient.authenticate(Credentials creds)
Authenticate with the strongest offered authentication scheme.
|
boolean |
ImapClient.authenticate(Credentials creds,
SaslMechanisms mech)
Authenticate with the specified SASL mechanism.
|
Constructor and Description |
---|
ImapPassthruServer(InetSocketAddress listeningAddress,
SecurityContext context,
Credentials listeningCredentials,
InetSocketAddress forwardingServer,
Credentials forwardingCredentials)
Create an IMAP passthru proxy server.
|
Constructor and Description |
---|
SmtpConnection(InetSocketAddress socketAddress,
SecurityContext context,
Credentials creds) |
SmtpConnection(SocketChannel channel,
SecurityContext secContext,
Credentials creds) |
SmtpSender(String senderAddress,
String server,
int port,
Credentials creds,
SecurityContext context)
Creates an SMTP sending daemon transfering messages to a smart relay.
|
Copyright © 2023. All rights reserved.