Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
ImapSmtpAccessDetails |
InboxControllerApi.getImapSmtpAccess(UUID inboxId)
Get IMAP and SMTP access usernames and passwords
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ImapSmtpAccessDetails> |
InboxControllerApi.getImapSmtpAccessWithHttpInfo(UUID inboxId)
Get IMAP and SMTP access usernames and passwords
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
InboxControllerApi.getImapSmtpAccessAsync(UUID inboxId,
ApiCallback<ImapSmtpAccessDetails> _callback)
(asynchronously)
Get IMAP and SMTP access usernames and passwords
|
Modifier and Type | Method and Description |
---|---|
static ImapSmtpAccessDetails |
ImapSmtpAccessDetails.fromJson(String jsonString)
Create an instance of ImapSmtpAccessDetails given an JSON string
|
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.imapPassword(String imapPassword) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.imapServerHost(String imapServerHost) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.imapServerPort(Integer imapServerPort) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.imapUsername(String imapUsername) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.secureSmtpPassword(String secureSmtpPassword) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.secureSmtpServerHost(String secureSmtpServerHost) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.secureSmtpServerPort(Integer secureSmtpServerPort) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.secureSmtpUsername(String secureSmtpUsername) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.smtpPassword(String smtpPassword) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.smtpServerHost(String smtpServerHost) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.smtpServerPort(Integer smtpServerPort) |
ImapSmtpAccessDetails |
ImapSmtpAccessDetails.smtpUsername(String smtpUsername) |
Copyright © 2023. All rights reserved.