MailSlurpAPI.Model.ImapSmtpAccessDetails (mailslurp v15.17.22)
Access details for inbox using SMTP or IMAP
Summary
Types
@type t() :: %MailSlurpAPI.Model.ImapSmtpAccessDetails{ imapPassword: String.t(), imapServerHost: String.t(), imapServerPort: integer(), imapUsername: String.t(), secureSmtpPassword: String.t(), secureSmtpServerHost: String.t(), secureSmtpServerPort: integer(), secureSmtpUsername: String.t(), smtpPassword: String.t(), smtpServerHost: String.t(), smtpServerPort: integer(), smtpUsername: String.t() }