Uses of Enum Class
de.gustavblass.commons.email.SmtpConnectionSecurity
-
Uses of SmtpConnectionSecurity in de.gustavblass.commons.email
Subclasses with type arguments of type SmtpConnectionSecurity in de.gustavblass.commons.emailModifier and TypeClassDescriptionenumIndicates how SMTP connections should be secured from wiretapping and manipulation.Methods in de.gustavblass.commons.email that return SmtpConnectionSecurityModifier and TypeMethodDescriptionstatic SmtpConnectionSecurityReturns the enum constant of this class with the specified name.static SmtpConnectionSecurity[]SmtpConnectionSecurity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gustavblass.commons.email with parameters of type SmtpConnectionSecurityModifier and TypeMethodDescriptionvoidEMailSender.updateSmtpConnection(@NonNull SmtpConnectionSecurity connection) Updates theEMailSender.propertiesto use the givenSmtpConnectionSecurityfor sending e-mails.