Uses of Class
io.quarkiverse.mailpit.test.model.Message
Packages that use Message
Package
Description
-
Uses of Message in io.quarkiverse.mailpit.test
Methods in io.quarkiverse.mailpit.test that return MessageMethods in io.quarkiverse.mailpit.test that return types with arguments of type Message -
Uses of Message in io.quarkiverse.mailpit.test.model
Methods in io.quarkiverse.mailpit.test.model that return MessageModifier and TypeMethodDescriptionMessage.addAttachmentsItem(Attachment attachmentsItem) Message.addBccItem(Address bccItem) Message.addInlineItem(Attachment inlineItem) Message.addReplyToItem(Address replyToItem) Message.addTagsItem(String tagsItem) Message.attachments(List<Attachment> attachments) Message.date(OffsetDateTime date) Message.inline(List<Attachment> inline) Message.returnPath(String returnPath) -
Uses of Message in io.quarkiverse.mailpit.test.rest
Methods in io.quarkiverse.mailpit.test.rest that return MessageModifier and TypeMethodDescriptionGet message summary Returns the summary of a message, marking the message as read.Methods in io.quarkiverse.mailpit.test.rest that return types with arguments of type MessageModifier and TypeMethodDescriptionMessageApi.messageWithHttpInfo(String ID) Get message summary Returns the summary of a message, marking the message as read.