# Functions
AppInfo returns some basic details about the running app, and latest release.
DeleteMessages (method: DELETE) deletes all messages matching IDS.
DeleteSearch will delete all messages matching a search.
DeleteTag (method: DELETE) used to delete a tag.
DownloadAttachment (method: GET) returns the attachment data.
DownloadRaw (method: GET) returns the full email source as plain text.
GetAllTags (method: GET) will get all tags currently in use.
GetChaos returns the current Chaos triggers.
GetHeaders (method: GET) returns the message headers as JSON.
GetMessage (method: GET) returns the Message as JSON.
GetMessageHTML (method: GET) returns a rendered version of a message's HTML part.
GetMessages returns a paginated list of messages as JSON.
GetMessageText (method: GET) returns a message's text part.
GetOptions returns a blank response.
HTMLCheck returns a summary of the HTML client support.
LinkCheck returns a summary of links in the email.
ReleaseMessage (method: POST) will release a message via a pre-configured external SMTP server.
RenameTag (method: PUT) used to rename a tag.
Search returns the latest messages as JSON.
SendMessageHandler handles HTTP requests to send a new message.
SetChaos sets the Chaos configuration.
SetMessageTags (method: PUT) will set the tags for all provided IDs.
SetReadStatus (method: PUT) will update the status to Read/Unread for all provided IDs If no IDs are provided then all messages are updated.
SpamAssassinCheck returns a summary of SpamAssassin results (if enabled).
Thumbnail returns a thumbnail image for an attachment (images only).
WebUIConfig returns configuration settings for the web UI.
# Structs
JSONErrorMessage struct.
MessagesSummary is a summary of a list of messages.
SendMessageConfirmation struct.
SendRequest to send a message via HTTP swagger:model SendRequest.
# Type aliases
Attachment summary.
ChaosTriggers are the Chaos triggers.
HTMLCheckResponse summary response.
LinkCheckResponse summary response.
Message data.
MessageSummary - summary of a single message.
SpamAssassinResponse summary response.