| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
SentEmailDto |
SentEmailsControllerApi.getSentEmail(UUID id)
Get sent email receipt
|
SentEmailDto |
AliasControllerApi.replyToAliasEmail(UUID aliasId,
UUID emailId,
ReplyToAliasEmailOptions replyToAliasEmailOptions)
Reply to an email
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
SentEmailDto |
EmailControllerApi.replyToEmail(UUID emailId,
ReplyToEmailOptions replyToEmailOptions)
Reply to an email
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
SentEmailDto |
AliasControllerApi.sendAliasEmail(UUID aliasId,
SendEmailOptions sendEmailOptions)
Send an email from an alias inbox
Send an email from an alias.
|
SentEmailDto |
InboxControllerApi.sendEmailAndConfirm(UUID inboxId,
SendEmailOptions sendEmailOptions)
Send email and return sent confirmation
Sister method for standard `sendEmail` method with the benefit of returning a `SentEmail` entity confirming the successful sending of the email with link the the sent object created for it.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SentEmailDto> |
SentEmailsControllerApi.getSentEmailWithHttpInfo(UUID id)
Get sent email receipt
|
ApiResponse<SentEmailDto> |
AliasControllerApi.replyToAliasEmailWithHttpInfo(UUID aliasId,
UUID emailId,
ReplyToAliasEmailOptions replyToAliasEmailOptions)
Reply to an email
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
ApiResponse<SentEmailDto> |
EmailControllerApi.replyToEmailWithHttpInfo(UUID emailId,
ReplyToEmailOptions replyToEmailOptions)
Reply to an email
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
ApiResponse<SentEmailDto> |
AliasControllerApi.sendAliasEmailWithHttpInfo(UUID aliasId,
SendEmailOptions sendEmailOptions)
Send an email from an alias inbox
Send an email from an alias.
|
ApiResponse<SentEmailDto> |
InboxControllerApi.sendEmailAndConfirmWithHttpInfo(UUID inboxId,
SendEmailOptions sendEmailOptions)
Send email and return sent confirmation
Sister method for standard `sendEmail` method with the benefit of returning a `SentEmail` entity confirming the successful sending of the email with link the the sent object created for it.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailAsync(UUID id,
ApiCallback<SentEmailDto> _callback)
Get sent email receipt (asynchronously)
|
okhttp3.Call |
AliasControllerApi.replyToAliasEmailAsync(UUID aliasId,
UUID emailId,
ReplyToAliasEmailOptions replyToAliasEmailOptions,
ApiCallback<SentEmailDto> _callback)
Reply to an email (asynchronously)
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
okhttp3.Call |
EmailControllerApi.replyToEmailAsync(UUID emailId,
ReplyToEmailOptions replyToEmailOptions,
ApiCallback<SentEmailDto> _callback)
Reply to an email (asynchronously)
Send the reply to the email sender or reply-to and include same subject cc bcc etc.
|
okhttp3.Call |
AliasControllerApi.sendAliasEmailAsync(UUID aliasId,
SendEmailOptions sendEmailOptions,
ApiCallback<SentEmailDto> _callback)
Send an email from an alias inbox (asynchronously)
Send an email from an alias.
|
okhttp3.Call |
InboxControllerApi.sendEmailAndConfirmAsync(UUID inboxId,
SendEmailOptions sendEmailOptions,
ApiCallback<SentEmailDto> _callback)
Send email and return sent confirmation (asynchronously)
Sister method for standard `sendEmail` method with the benefit of returning a `SentEmail` entity confirming the successful sending of the email with link the the sent object created for it.
|
| Modifier and Type | Method and Description |
|---|---|
SentEmailDto |
SentEmailDto.addAttachmentsItem(String attachmentsItem) |
SentEmailDto |
SentEmailDto.addBccItem(String bccItem) |
SentEmailDto |
SentEmailDto.addCcItem(String ccItem) |
SentEmailDto |
SentEmailDto.addToItem(String toItem) |
SentEmailDto |
SentEmailDto.attachments(List<String> attachments) |
SentEmailDto |
SentEmailDto.bcc(List<String> bcc) |
SentEmailDto |
SentEmailDto.body(String body) |
SentEmailDto |
SentEmailDto.bodyMD5Hash(String bodyMD5Hash) |
SentEmailDto |
SentEmailDto.cc(List<String> cc) |
SentEmailDto |
SentEmailDto.charset(String charset) |
SentEmailDto |
SentEmailDto.from(String from) |
SentEmailDto |
SentEmailDto.id(UUID id) |
SentEmailDto |
SentEmailDto.inboxId(UUID inboxId) |
SentEmailDto |
SentEmailDto.isHTML(Boolean isHTML) |
SentEmailDto |
SentEmailDto.replyTo(String replyTo) |
SentEmailDto |
SentEmailDto.sentAt(OffsetDateTime sentAt) |
SentEmailDto |
SentEmailDto.subject(String subject) |
SentEmailDto |
SentEmailDto.to(List<String> to) |
SentEmailDto |
SentEmailDto.userId(UUID userId) |
Copyright © 2021. All rights reserved.