Search
Access details for inbox using SMTP or IMAP
@type t() :: %MailSlurpAPI.Model.ImapSmtpAccessDetails{ imapPassword: String.t(), imapServerHost: String.t(), imapServerPort: integer(), imapUsername: String.t(), smtpPassword: String.t(), smtpServerHost: String.t(), smtpServerPort: integer(), smtpUsername: String.t() }