Uses of Class
ch.astorm.smtp4j.SmtpServer
Packages that use SmtpServer
-
Uses of SmtpServer in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return SmtpServer -
Uses of SmtpServer in ch.astorm.smtp4j.core
Methods in ch.astorm.smtp4j.core with parameters of type SmtpServerModifier and TypeMethodDescriptionvoidSmtpMessageStorage.notifyClose(SmtpServer server) default voidSmtpServerListener.notifyClose(SmtpServer server) Invoked when theserverhas been closed.voidSmtpMessageStorage.notifyStart(SmtpServer server) default voidSmtpServerListener.notifyStart(SmtpServer server) Invoked when theserverhas been started and is ready to receive messages. -
Uses of SmtpServer in ch.astorm.smtp4j.util
Constructors in ch.astorm.smtp4j.util with parameters of type SmtpServerModifierConstructorDescriptionMimeMessageBuilder(SmtpServer server) Creates a newMimeMessageBuilderby creating a newSessionfrom the givenserver.