| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
Email |
EmailControllerApi.getEmail(UUID emailId,
Boolean decode)
Get email content
Returns a email summary object with headers and content.
|
Email |
EmailControllerApi.getLatestEmail(List<UUID> inboxIds)
Get latest email
Get the newest email in all inboxes or in a passed set of inbox IDs
|
Email |
EmailControllerApi.getLatestEmailInInbox(UUID inboxId)
Get latest email
Get the newest email in all inboxes or in a passed set of inbox IDs
|
Email |
WaitForControllerApi.waitForLatestEmail(UUID inboxId,
Long timeout,
Boolean unreadOnly)
Fetch inbox's latest email or if empty wait for an email to arrive
Will return either the last received email or wait for an email to arrive and return that.
|
Email |
WaitForControllerApi.waitForMatchingFirstEmail(MatchOptions matchOptions,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait for or return the first email that matches proved MatchOptions array
Perform a search of emails in an inbox with the given patterns.
|
Email |
WaitForControllerApi.waitForNthEmail(UUID inboxId,
Integer index,
Long timeout,
Boolean unreadOnly)
Wait for or fetch the email with a given index in the inbox specified
If nth email is already present in inbox then return it.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Email> |
EmailControllerApi.getEmailWithHttpInfo(UUID emailId,
Boolean decode)
Get email content
Returns a email summary object with headers and content.
|
ApiResponse<Email> |
EmailControllerApi.getLatestEmailInInboxWithHttpInfo(UUID inboxId)
Get latest email
Get the newest email in all inboxes or in a passed set of inbox IDs
|
ApiResponse<Email> |
EmailControllerApi.getLatestEmailWithHttpInfo(List<UUID> inboxIds)
Get latest email
Get the newest email in all inboxes or in a passed set of inbox IDs
|
ApiResponse<Email> |
WaitForControllerApi.waitForLatestEmailWithHttpInfo(UUID inboxId,
Long timeout,
Boolean unreadOnly)
Fetch inbox's latest email or if empty wait for an email to arrive
Will return either the last received email or wait for an email to arrive and return that.
|
ApiResponse<Email> |
WaitForControllerApi.waitForMatchingFirstEmailWithHttpInfo(MatchOptions matchOptions,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait for or return the first email that matches proved MatchOptions array
Perform a search of emails in an inbox with the given patterns.
|
ApiResponse<Email> |
WaitForControllerApi.waitForNthEmailWithHttpInfo(UUID inboxId,
Integer index,
Long timeout,
Boolean unreadOnly)
Wait for or fetch the email with a given index in the inbox specified
If nth email is already present in inbox then return it.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EmailControllerApi.getEmailAsync(UUID emailId,
Boolean decode,
ApiCallback<Email> _callback)
Get email content (asynchronously)
Returns a email summary object with headers and content.
|
okhttp3.Call |
EmailControllerApi.getLatestEmailAsync(List<UUID> inboxIds,
ApiCallback<Email> _callback)
Get latest email (asynchronously)
Get the newest email in all inboxes or in a passed set of inbox IDs
|
okhttp3.Call |
EmailControllerApi.getLatestEmailInInboxAsync(UUID inboxId,
ApiCallback<Email> _callback)
Get latest email (asynchronously)
Get the newest email in all inboxes or in a passed set of inbox IDs
|
okhttp3.Call |
WaitForControllerApi.waitForLatestEmailAsync(UUID inboxId,
Long timeout,
Boolean unreadOnly,
ApiCallback<Email> _callback)
Fetch inbox's latest email or if empty wait for an email to arrive (asynchronously)
Will return either the last received email or wait for an email to arrive and return that.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingFirstEmailAsync(MatchOptions matchOptions,
UUID inboxId,
Long timeout,
Boolean unreadOnly,
ApiCallback<Email> _callback)
Wait for or return the first email that matches proved MatchOptions array (asynchronously)
Perform a search of emails in an inbox with the given patterns.
|
okhttp3.Call |
WaitForControllerApi.waitForNthEmailAsync(UUID inboxId,
Integer index,
Long timeout,
Boolean unreadOnly,
ApiCallback<Email> _callback)
Wait for or fetch the email with a given index in the inbox specified (asynchronously)
If nth email is already present in inbox then return it.
|
Copyright © 2021. All rights reserved.