Uses of Class
com.atlassian.crowd.util.mail.SMTPServer.Builder
Packages that use SMTPServer.Builder
-
Uses of SMTPServer.Builder in com.atlassian.crowd.util.mail
Methods in com.atlassian.crowd.util.mail that return SMTPServer.BuilderModifier and TypeMethodDescriptionstatic SMTPServer.BuilderSMTPServer.builder()static SMTPServer.BuilderSMTPServer.builder(SMTPServer smtpServer) SMTPServer.Builder.setFrom(javax.mail.internet.InternetAddress from) SMTPServer.Builder.setJndiLocation(String jndiLocation) SMTPServer.Builder.setJndiMailActive(boolean jndiMailActive) SMTPServer.Builder.setPassword(String password) SMTPServer.Builder.setPort(int port) SMTPServer.Builder.setStartTLS(boolean startTLS) SMTPServer.Builder.setTimeout(int timeout) SMTPServer.Builder.setUsername(String username) SMTPServer.Builder.setUseSSL(boolean useSSL)