MailSlurpAPI.Model.ImapSmtpAccessDetails (mailslurp v15.5.2)

Link to this section Summary

Link to this section Types

Specs

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()
}