MailSlurpAPI.Model.CreateConnectorImapOptions (mailslurp v15.17.16)

Link to this section Summary

Link to this section Types

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