Uses of Class
ch.astorm.smtp4j.SmtpServerOptions
Packages that use SmtpServerOptions
-
Uses of SmtpServerOptions in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return SmtpServerOptionsMethods in ch.astorm.smtp4j with parameters of type SmtpServerOptionsModifier and TypeMethodDescriptionvoidSmtpServer.setOptions(SmtpServerOptions options) Sets the SMTP options.SmtpServerBuilder.withOptions(SmtpServerOptions options) Defines the SMTP server options.. -
Uses of SmtpServerOptions in ch.astorm.smtp4j.auth
Methods in ch.astorm.smtp4j.auth with parameters of type SmtpServerOptionsModifier and TypeMethodDescriptionbooleanCramMD5AuthenticationHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) booleanLoginAuthenticationHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) booleanPlainAuthenticationHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) booleanSmtpAuthenticatorHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) Authenticates the client.