Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
EmailPreview |
EmailControllerApi.applyImapFlagOperation(UUID emailId,
ImapFlagOperationOptions imapFlagOperationOptions)
Set IMAP flags associated with a message.
|
EmailPreview |
EmailControllerApi.markAsRead(UUID emailId,
Boolean read)
Mark an email as read on unread
Marks an email as read or unread.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<EmailPreview> |
EmailControllerApi.applyImapFlagOperationWithHttpInfo(UUID emailId,
ImapFlagOperationOptions imapFlagOperationOptions)
Set IMAP flags associated with a message.
|
List<EmailPreview> |
InboxControllerApi.getEmails(UUID inboxId,
Integer size,
Integer limit,
String sort,
Long retryTimeout,
Long delayTimeout,
Long minCount,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since)
Get emails in an Inbox.
|
ApiResponse<List<EmailPreview>> |
InboxControllerApi.getEmailsWithHttpInfo(UUID inboxId,
Integer size,
Integer limit,
String sort,
Long retryTimeout,
Long delayTimeout,
Long minCount,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since)
Get emails in an Inbox.
|
ApiResponse<EmailPreview> |
EmailControllerApi.markAsReadWithHttpInfo(UUID emailId,
Boolean read)
Mark an email as read on unread
Marks an email as read or unread.
|
List<EmailPreview> |
WaitForControllerApi.waitFor(WaitForConditions waitForConditions)
Wait for an email to match the provided filter conditions such as subject contains keyword.
|
List<EmailPreview> |
WaitForControllerApi.waitForEmailCount(UUID inboxId,
Integer count,
Long timeout,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay)
Wait for and return count number of emails.
|
ApiResponse<List<EmailPreview>> |
WaitForControllerApi.waitForEmailCountWithHttpInfo(UUID inboxId,
Integer count,
Long timeout,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay)
Wait for and return count number of emails.
|
List<EmailPreview> |
WaitForControllerApi.waitForMatchingEmails(UUID inboxId,
Integer count,
MatchOptions matchOptions,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
Long timeout,
Boolean unreadOnly)
Wait or return list of emails that match simple matching patterns
Perform a search of emails in an inbox with the given patterns.
|
ApiResponse<List<EmailPreview>> |
WaitForControllerApi.waitForMatchingEmailsWithHttpInfo(UUID inboxId,
Integer count,
MatchOptions matchOptions,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
Long timeout,
Boolean unreadOnly)
Wait or return list of emails that match simple matching patterns
Perform a search of emails in an inbox with the given patterns.
|
ApiResponse<List<EmailPreview>> |
WaitForControllerApi.waitForWithHttpInfo(WaitForConditions waitForConditions)
Wait for an email to match the provided filter conditions such as subject contains keyword.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
EmailControllerApi.applyImapFlagOperationAsync(UUID emailId,
ImapFlagOperationOptions imapFlagOperationOptions,
ApiCallback<EmailPreview> _callback)
Set IMAP flags associated with a message.
|
okhttp3.Call |
InboxControllerApi.getEmailsAsync(UUID inboxId,
Integer size,
Integer limit,
String sort,
Long retryTimeout,
Long delayTimeout,
Long minCount,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
ApiCallback<List<EmailPreview>> _callback)
Get emails in an Inbox.
|
okhttp3.Call |
EmailControllerApi.markAsReadAsync(UUID emailId,
Boolean read,
ApiCallback<EmailPreview> _callback)
Mark an email as read on unread (asynchronously)
Marks an email as read or unread.
|
okhttp3.Call |
WaitForControllerApi.waitForAsync(WaitForConditions waitForConditions,
ApiCallback<List<EmailPreview>> _callback)
Wait for an email to match the provided filter conditions such as subject contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForEmailCountAsync(UUID inboxId,
Integer count,
Long timeout,
Boolean unreadOnly,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
ApiCallback<List<EmailPreview>> _callback)
Wait for and return count number of emails.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingEmailsAsync(UUID inboxId,
Integer count,
MatchOptions matchOptions,
OffsetDateTime before,
OffsetDateTime since,
String sort,
Long delay,
Long timeout,
Boolean unreadOnly,
ApiCallback<List<EmailPreview>> _callback)
Wait or return list of emails that match simple matching patterns (asynchronously)
Perform a search of emails in an inbox with the given patterns.
|
Modifier and Type | Method and Description |
---|---|
EmailPreview |
EmailPreview.addAttachmentsItem(String attachmentsItem) |
EmailPreview |
EmailPreview.addBccItem(String bccItem) |
EmailPreview |
EmailPreview.addCcItem(String ccItem) |
EmailPreview |
EmailPreview.addToItem(String toItem) |
EmailPreview |
EmailPreview.attachments(List<String> attachments) |
EmailPreview |
EmailPreview.bcc(List<String> bcc) |
EmailPreview |
EmailPreview.cc(List<String> cc) |
EmailPreview |
EmailPreview.createdAt(OffsetDateTime createdAt) |
EmailPreview |
EmailPreview.domainId(UUID domainId) |
EmailPreview |
EmailPreview.from(String from) |
static EmailPreview |
EmailPreview.fromJson(String jsonString)
Create an instance of EmailPreview given an JSON string
|
EmailPreview |
EmailPreview.id(UUID id) |
EmailPreview |
EmailPreview.read(Boolean read) |
EmailPreview |
EmailPreview.subject(String subject) |
EmailPreview |
EmailPreview.to(List<String> to) |
Modifier and Type | Method and Description |
---|---|
List<EmailPreview> |
PageEmailPreview.getContent()
Get content
|
Modifier and Type | Method and Description |
---|---|
PageEmailPreview |
PageEmailPreview.addContentItem(EmailPreview contentItem) |
Modifier and Type | Method and Description |
---|---|
PageEmailPreview |
PageEmailPreview.content(List<EmailPreview> content) |
void |
PageEmailPreview.setContent(List<EmailPreview> content) |
Copyright © 2023. All rights reserved.