Uses of Class
ch.astorm.smtp4j.core.SmtpMessage
-
Packages that use SmtpMessage Package Description ch.astorm.smtp4j ch.astorm.smtp4j.core -
-
Uses of SmtpMessage in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return types with arguments of type SmtpMessage Modifier and Type Method Description java.util.List<SmtpMessage>SmtpServer. getReceivedMessages()Returns all the received messages. -
Uses of SmtpMessage in ch.astorm.smtp4j.core
Methods in ch.astorm.smtp4j.core that return SmtpMessage Modifier and Type Method Description static SmtpMessageSmtpMessage. create(java.lang.String from, java.util.List<java.lang.String> recipients, java.lang.String mimeMessageStr)Creates a newSmtpMessagewith the specified parameters.Methods in ch.astorm.smtp4j.core that return types with arguments of type SmtpMessage Modifier and Type Method Description java.util.List<SmtpMessage>SmtpMessageStorage. getMessages()Returns aListwith all the received messages.Methods in ch.astorm.smtp4j.core with parameters of type SmtpMessage Modifier and Type Method Description voidSmtpMessageHandler. handle(SmtpMessage smtpMessage)Handles the specified transaction.voidSmtpMessageStorage. handle(SmtpMessage smtpMessage)
-