Uses of Class
io.quarkiverse.mailpit.test.invoker.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in io.quarkiverse.mailpit.test.rest
Methods in io.quarkiverse.mailpit.test.rest that return ApiResponseModifier and TypeMethodDescriptionApplicationApi.appInformationWithHttpInfo()Get application information Returns basic runtime information, message totals and latest release version.MessageApi.attachmentWithHttpInfo(String ID, String partID) Get message attachment This will return the attachment part using the appropriate Content-Type.MessagesApi.deleteWithHttpInfo(DeleteRequest ids) Delete messages If no IDs are provided then all messages are deleted.TestingApi.getMessageHTMLWithHttpInfo(String ID) Render message HTML part Renders just the message's HTML part which can be used for UI integration testing.MessagesApi.getMessagesWithHttpInfo(Integer start, Integer limit) List messages Returns messages from the mailbox ordered from newest to oldest.TestingApi.getMessageTextWithHttpInfo(String ID) Render message text part Renders just the message's text part which can be used for UI integration testing.MessageApi.headersWithHttpInfo(String ID) Get message headers Returns the message headers as an array.OtherApi.hTMLCheckResponseWithHttpInfo(String ID) HTML check (beta) Returns the summary of the message HTML checker.OtherApi.linkCheckResponseWithHttpInfo(String ID, Boolean follow) Link check (beta) Returns the summary of the message Link checker.MessagesApi.messagesSummary_0WithHttpInfo(String query) Delete messages by search Deletes messages matching a search.MessagesApi.messagesSummaryWithHttpInfo(String query, Integer start, Integer limit) Search messages Returns the latest messages matching a search.MessageApi.messageWithHttpInfo(String ID) Get message summary Returns the summary of a message, marking the message as read.MessageApi.rawWithHttpInfo(String ID) Get message source Returns the full email source as plain text.MessageApi.releaseWithHttpInfo(String ID, ReleaseMessageRequest to) Release message Release a message via a pre-configured external SMTP server..MessagesApi.setReadStatusWithHttpInfo(SetReadStatusRequest ids) Set read status If no IDs are provided then all messages are updated.TagsApi.setTags_0WithHttpInfo(SetTagsRequest ids) Set message tags To remove all tags from a message, pass an empty tags array.TagsApi.setTagsWithHttpInfo()Get all current tags Returns a JSON array of all unique message tags.MessageApi.thumbnailWithHttpInfo(String ID, String partID) Get an attachment image thumbnail This will return a cropped 180x120 JPEG thumbnail of an image attachment.ApplicationApi.webUIConfigurationWithHttpInfo()Get web UI configuration Returns configuration settings for the web UI.