Uses of Class
net.messagevortex.transport.Credentials
Packages that use Credentials
Package
Description
This package contains vital classes for transport layer.
Contains all the classes required for the imap implementation.
-
Uses of Credentials in net.messagevortex.transport
Methods in net.messagevortex.transport that return CredentialsMethods in net.messagevortex.transport with parameters of type CredentialsConstructors in net.messagevortex.transport with parameters of type Credentials -
Uses of Credentials in net.messagevortex.transport.imap
Methods in net.messagevortex.transport.imap with parameters of type CredentialsModifier and TypeMethodDescriptionbooleanImapClient.authenticate(Credentials creds) Authenticate with the strongest offered authentication scheme.booleanImapClient.authenticate(Credentials creds, SaslMechanisms mech) Authenticate with the specified SASL mechanism.Constructors in net.messagevortex.transport.imap with parameters of type CredentialsModifierConstructorDescriptionImapPassthruServer(InetSocketAddress listeningAddress, SecurityContext context, Credentials listeningCredentials, InetSocketAddress forwardingServer, Credentials forwardingCredentials) Create an IMAP passthru proxy server. -
Uses of Credentials in net.messagevortex.transport.smtp
Constructors in net.messagevortex.transport.smtp with parameters of type CredentialsModifierConstructorDescriptionSmtpConnection(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.