Uses of Class
io.quarkiverse.mailpit.test.invoker.ApiException
Packages that use ApiException
-
Uses of ApiException in io.quarkiverse.mailpit.test
Methods in io.quarkiverse.mailpit.test that throw ApiExceptionModifier and TypeMethodDescriptionvoidMailbox.clear()Delete all messages.voidDelete a single message.Search messages.Search messages.Mailbox.getApplicationInfo()Get application information Returns basic runtime information, message totals and latest release version. -
Uses of ApiException in io.quarkiverse.mailpit.test.rest
Methods in io.quarkiverse.mailpit.test.rest that return ApiExceptionModifier and TypeMethodDescriptionprotected ApiExceptionApplicationApi.getApiException(String operationId, HttpResponse<InputStream> response) protected ApiExceptionMessageApi.getApiException(String operationId, HttpResponse<InputStream> response) protected ApiExceptionMessagesApi.getApiException(String operationId, HttpResponse<InputStream> response) protected ApiExceptionOtherApi.getApiException(String operationId, HttpResponse<InputStream> response) protected ApiExceptionTagsApi.getApiException(String operationId, HttpResponse<InputStream> response) protected ApiExceptionTestingApi.getApiException(String operationId, HttpResponse<InputStream> response) Methods in io.quarkiverse.mailpit.test.rest that throw ApiExceptionModifier and TypeMethodDescriptionApplicationApi.appInformation()Get application information Returns basic runtime information, message totals and latest release version.ApplicationApi.appInformationWithHttpInfo()Get application information Returns basic runtime information, message totals and latest release version.voidMessageApi.attachment(String ID, String partID) Get message attachment This will return the attachment part using the appropriate Content-Type.MessageApi.attachmentWithHttpInfo(String ID, String partID) Get message attachment This will return the attachment part using the appropriate Content-Type.voidMessagesApi.delete(DeleteRequest ids) Delete messages If no IDs are provided then all messages are deleted.MessagesApi.deleteWithHttpInfo(DeleteRequest ids) Delete messages If no IDs are provided then all messages are deleted.voidTestingApi.getMessageHTML(String ID) Render message HTML part Renders just the message's HTML part which can be used for UI integration testing.TestingApi.getMessageHTMLWithHttpInfo(String ID) Render message HTML part Renders just the message's HTML part which can be used for UI integration testing.MessagesApi.getMessages(Integer start, Integer limit) List messages Returns messages from the mailbox ordered from newest to oldest.MessagesApi.getMessagesWithHttpInfo(Integer start, Integer limit) List messages Returns messages from the mailbox ordered from newest to oldest.voidTestingApi.getMessageText(String ID) Render message text part Renders just the message's text part which can be used for UI integration testing.TestingApi.getMessageTextWithHttpInfo(String ID) Render message text part Renders just the message's text part which can be used for UI integration testing.Get message headers Returns the message headers as an array.MessageApi.headersWithHttpInfo(String ID) Get message headers Returns the message headers as an array.OtherApi.hTMLCheckResponse(String ID) HTML check (beta) Returns the summary of the message HTML checker.OtherApi.hTMLCheckResponseWithHttpInfo(String ID) HTML check (beta) Returns the summary of the message HTML checker.OtherApi.linkCheckResponse(String ID, Boolean follow) Link check (beta) Returns the summary of the message Link checker.OtherApi.linkCheckResponseWithHttpInfo(String ID, Boolean follow) Link check (beta) Returns the summary of the message Link checker.Get message summary Returns the summary of a message, marking the message as read.MessagesApi.messagesSummary(String query, Integer start, Integer limit) Search messages Returns the latest messages matching a search.voidMessagesApi.messagesSummary_0(String query) Delete messages by search Deletes messages matching a search.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.voidGet message source Returns the full email source as plain text.MessageApi.rawWithHttpInfo(String ID) Get message source Returns the full email source as plain text.voidMessageApi.release(String ID, ReleaseMessageRequest to) Release message Release a message via a pre-configured external SMTP server..MessageApi.releaseWithHttpInfo(String ID, ReleaseMessageRequest to) Release message Release a message via a pre-configured external SMTP server..voidMessagesApi.setReadStatus(SetReadStatusRequest ids) Set read status If no IDs are provided then all messages are updated.MessagesApi.setReadStatusWithHttpInfo(SetReadStatusRequest ids) Set read status If no IDs are provided then all messages are updated.TagsApi.setTags()Get all current tags Returns a JSON array of all unique message tags.voidTagsApi.setTags_0(SetTagsRequest ids) Set message tags To remove all tags from a message, pass an empty tags array.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.voidGet an attachment image thumbnail This will return a cropped 180x120 JPEG thumbnail of an image attachment.MessageApi.thumbnailWithHttpInfo(String ID, String partID) Get an attachment image thumbnail This will return a cropped 180x120 JPEG thumbnail of an image attachment.ApplicationApi.webUIConfiguration()Get web UI configuration Returns configuration settings for the web UI.ApplicationApi.webUIConfigurationWithHttpInfo()Get web UI configuration Returns configuration settings for the web UI.