| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
EmailPreviewUrls | 
EmailControllerApi.getEmailPreviewURLs(UUID emailId)
Get email URLs for viewing in browser or downloading
 Get a list of URLs for email content as text/html or raw SMTP message for viewing the message in a browser. 
 | 
EmailPreviewUrls | 
SentEmailsControllerApi.getSentEmailPreviewURLs(UUID id)
Get sent email URL for viewing in browser or downloading
 Get a list of URLs for sent email content as text/html or raw SMTP message for viewing the message in a browser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse<EmailPreviewUrls> | 
EmailControllerApi.getEmailPreviewURLsWithHttpInfo(UUID emailId)
Get email URLs for viewing in browser or downloading
 Get a list of URLs for email content as text/html or raw SMTP message for viewing the message in a browser. 
 | 
ApiResponse<EmailPreviewUrls> | 
SentEmailsControllerApi.getSentEmailPreviewURLsWithHttpInfo(UUID id)
Get sent email URL for viewing in browser or downloading
 Get a list of URLs for sent email content as text/html or raw SMTP message for viewing the message in a browser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
okhttp3.Call | 
EmailControllerApi.getEmailPreviewURLsAsync(UUID emailId,
                        ApiCallback<EmailPreviewUrls> _callback)
Get email URLs for viewing in browser or downloading (asynchronously)
 Get a list of URLs for email content as text/html or raw SMTP message for viewing the message in a browser. 
 | 
okhttp3.Call | 
SentEmailsControllerApi.getSentEmailPreviewURLsAsync(UUID id,
                            ApiCallback<EmailPreviewUrls> _callback)
Get sent email URL for viewing in browser or downloading (asynchronously)
 Get a list of URLs for sent email content as text/html or raw SMTP message for viewing the message in a browser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EmailPreviewUrls | 
EmailPreviewUrls.fromJson(String jsonString)
Create an instance of EmailPreviewUrls given an JSON string 
 | 
EmailPreviewUrls | 
EmailPreviewUrls.plainHtmlBodyUrl(String plainHtmlBodyUrl)  | 
EmailPreviewUrls | 
EmailPreviewUrls.rawSmtpMessageUrl(String rawSmtpMessageUrl)  | 
Copyright © 2023. All rights reserved.