Uses of Class
ch.astorm.smtp4j.core.SmtpMessage
Packages that use SmtpMessage
-
Uses of SmtpMessage in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j that return types with arguments of type SmtpMessageModifier and TypeMethodDescriptionSmtpServer.getReceivedMessages()Deprecated.SmtpServer.readReceivedMessages()Returns all the (newly) received messages. -
Uses of SmtpMessage in ch.astorm.smtp4j.core
Methods in ch.astorm.smtp4j.core that return SmtpMessageModifier and TypeMethodDescriptionstatic SmtpMessageCreates a newSmtpMessagewith the specified parameters.SmtpMessageHandler.SmtpMessageIterator.next()Returns the next availableSmtpMessage.Methods in ch.astorm.smtp4j.core that return types with arguments of type SmtpMessageModifier and TypeMethodDescriptionSmtpMessageStorage.getMessages()Deprecated.UseSmtpMessageStorage.readMessages()instead.SmtpMessageHandler.readMessages()Retrieves the received messages and clears the list.SmtpMessageStorage.readMessages()Methods in ch.astorm.smtp4j.core with parameters of type SmtpMessageModifier and TypeMethodDescriptionvoidSmtpMessageHandler.receive(SmtpMessage smtpMessage) Receives the givensmtpMessage.voidSmtpMessageStorage.receive(SmtpMessage smtpMessage)
SmtpServer.readReceivedMessages()instead.