AppInformation |
ApplicationApi.appInformation() |
Get application information
Returns basic runtime information, message totals and latest release version.
|
ApiResponse<AppInformation> |
ApplicationApi.appInformationWithHttpInfo() |
Get application information
Returns basic runtime information, message totals and latest release version.
|
void |
MessageApi.attachment(String ID,
String partID) |
Get message attachment
This will return the attachment part using the appropriate Content-Type.
|
ApiResponse<Void> |
MessageApi.attachmentWithHttpInfo(String ID,
String partID) |
Get message attachment
This will return the attachment part using the appropriate Content-Type.
|
void |
MessagesApi.delete(DeleteRequest ids) |
Delete messages
If no IDs are provided then all messages are deleted.
|
ApiResponse<Void> |
MessagesApi.deleteWithHttpInfo(DeleteRequest ids) |
Delete messages
If no IDs are provided then all messages are deleted.
|
void |
TestingApi.getMessageHTML(String ID) |
Render message HTML part
Renders just the message's HTML part which can be used for UI integration testing.
|
ApiResponse<Void> |
TestingApi.getMessageHTMLWithHttpInfo(String ID) |
Render message HTML part
Renders just the message's HTML part which can be used for UI integration testing.
|
MessagesSummary |
MessagesApi.getMessages(Integer start,
Integer limit) |
List messages
Returns messages from the mailbox ordered from newest to oldest.
|
ApiResponse<MessagesSummary> |
MessagesApi.getMessagesWithHttpInfo(Integer start,
Integer limit) |
List messages
Returns messages from the mailbox ordered from newest to oldest.
|
void |
TestingApi.getMessageText(String ID) |
Render message text part
Renders just the message's text part which can be used for UI integration testing.
|
ApiResponse<Void> |
TestingApi.getMessageTextWithHttpInfo(String ID) |
Render message text part
Renders just the message's text part which can be used for UI integration testing.
|
Map<String,List<String>> |
MessageApi.headers(String ID) |
Get message headers
Returns the message headers as an array.
|
ApiResponse<Map<String,List<String>>> |
MessageApi.headersWithHttpInfo(String ID) |
Get message headers
Returns the message headers as an array.
|
HTMLCheckResponse |
OtherApi.hTMLCheckResponse(String ID) |
HTML check (beta)
Returns the summary of the message HTML checker.
|
ApiResponse<HTMLCheckResponse> |
OtherApi.hTMLCheckResponseWithHttpInfo(String ID) |
HTML check (beta)
Returns the summary of the message HTML checker.
|
LinkCheckResponse |
OtherApi.linkCheckResponse(String ID,
Boolean follow) |
Link check (beta)
Returns the summary of the message Link checker.
|
ApiResponse<LinkCheckResponse> |
OtherApi.linkCheckResponseWithHttpInfo(String ID,
Boolean follow) |
Link check (beta)
Returns the summary of the message Link checker.
|
Message |
MessageApi.message(String ID) |
Get message summary
Returns the summary of a message, marking the message as read.
|
MessagesSummary |
MessagesApi.messagesSummary(String query,
Integer start,
Integer limit) |
Search messages
Returns the latest messages matching a search.
|
void |
MessagesApi.messagesSummary_0(String query) |
Delete messages by search
Deletes messages matching a search.
|
ApiResponse<Void> |
MessagesApi.messagesSummary_0WithHttpInfo(String query) |
Delete messages by search
Deletes messages matching a search.
|
ApiResponse<MessagesSummary> |
MessagesApi.messagesSummaryWithHttpInfo(String query,
Integer start,
Integer limit) |
Search messages
Returns the latest messages matching a search.
|
ApiResponse<Message> |
MessageApi.messageWithHttpInfo(String ID) |
Get message summary
Returns the summary of a message, marking the message as read.
|
void |
MessageApi.raw(String ID) |
Get message source
Returns the full email source as plain text.
|
ApiResponse<Void> |
MessageApi.rawWithHttpInfo(String ID) |
Get message source
Returns the full email source as plain text.
|
void |
MessageApi.release(String ID,
ReleaseMessageRequest to) |
Release message
Release a message via a pre-configured external SMTP server..
|
ApiResponse<Void> |
MessageApi.releaseWithHttpInfo(String ID,
ReleaseMessageRequest to) |
Release message
Release a message via a pre-configured external SMTP server..
|
void |
MessagesApi.setReadStatus(SetReadStatusRequest ids) |
Set read status
If no IDs are provided then all messages are updated.
|
ApiResponse<Void> |
MessagesApi.setReadStatusWithHttpInfo(SetReadStatusRequest ids) |
Set read status
If no IDs are provided then all messages are updated.
|
List<String> |
TagsApi.setTags() |
Get all current tags
Returns a JSON array of all unique message tags.
|
void |
TagsApi.setTags_0(SetTagsRequest ids) |
Set message tags
To remove all tags from a message, pass an empty tags array.
|
ApiResponse<Void> |
TagsApi.setTags_0WithHttpInfo(SetTagsRequest ids) |
Set message tags
To remove all tags from a message, pass an empty tags array.
|
ApiResponse<List<String>> |
TagsApi.setTagsWithHttpInfo() |
Get all current tags
Returns a JSON array of all unique message tags.
|
void |
MessageApi.thumbnail(String ID,
String partID) |
Get an attachment image thumbnail
This will return a cropped 180x120 JPEG thumbnail of an image attachment.
|
ApiResponse<Void> |
MessageApi.thumbnailWithHttpInfo(String ID,
String partID) |
Get an attachment image thumbnail
This will return a cropped 180x120 JPEG thumbnail of an image attachment.
|
WebUIConfiguration |
ApplicationApi.webUIConfiguration() |
Get web UI configuration
Returns configuration settings for the web UI.
|
ApiResponse<WebUIConfiguration> |
ApplicationApi.webUIConfigurationWithHttpInfo() |
Get web UI configuration
Returns configuration settings for the web UI.
|