Uses of Class
ch.astorm.smtp4j.protocol.SmtpCommand
Packages that use SmtpCommand
-
Uses of SmtpCommand in ch.astorm.smtp4j.auth
Methods in ch.astorm.smtp4j.auth with parameters of type SmtpCommandModifier 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. -
Uses of SmtpCommand in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol that return SmtpCommandModifier and TypeMethodDescriptionstatic SmtpCommandParses thelineand creates a newSmtpCommand.