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.readReceivedMessages()Returns all the (newly) received messages.SmtpServer.readReceivedMessages(long delayIfNoMessage, TimeUnit unit) 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 SmtpMessageSmtpMessage.create(String from, List<String> recipients, String mimeMessageStr, List<SmtpExchange> exchanges) Creates a newSmtpMessagewith the specified parameters.SmtpMessageHandler.SmtpMessageReader.readMessage()Reads the next availableSmtpMessage.Methods in ch.astorm.smtp4j.core that return types with arguments of type SmtpMessageModifier and TypeMethodDescriptionDefaultSmtpMessageHandler.readMessages(long delayIfNoMessage, TimeUnit unit) SmtpMessageHandler.readMessages(long delayIfNoMessage, TimeUnit unit) Retrieves the received messages and clears the list.Methods in ch.astorm.smtp4j.core with parameters of type SmtpMessageModifier and TypeMethodDescriptionvoidDefaultSmtpMessageHandler.notifyMessage(SmtpServer server, SmtpMessage smtpMessage) voidSmtpServerListener.notifyMessage(SmtpServer server, SmtpMessage smtpMessage) Invoked when theserverhas received a message. -
Uses of SmtpMessage in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol with parameters of type SmtpMessageModifier and TypeMethodDescriptionvoidSmtpTransactionHandler.MessageReceiver.receiveMessage(SmtpMessage message) Invoked when a message is received.