MailSlurpAPI.Model.CreateConnectorImapOptions (mailslurp v15.17.22)

Summary

Types

@type t() :: %MailSlurpAPI.Model.CreateConnectorImapOptions{
  host: String.t(),
  password: String.t(),
  port: integer(),
  useSSL: boolean(),
  username: String.t()
}