Uses of Class
ch.astorm.smtp4j.SmtpServer
-
Packages that use SmtpServer Package Description ch.astorm.smtp4j ch.astorm.smtp4j.util -
-
Uses of SmtpServer in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return SmtpServer Modifier and Type Method Description SmtpServerSmtpServerBuilder. build()Builds theSmtpServer.SmtpServerSmtpServerBuilder. start()Builds theSmtpServerand starts it. -
Uses of SmtpServer in ch.astorm.smtp4j.util
Constructors in ch.astorm.smtp4j.util with parameters of type SmtpServer Constructor Description MimeMessageBuilder(SmtpServer server)Creates a newMimeMessageBuilderby creating a newSessionfrom the givenserver.
-