Skip to main content

ImapServerInput

Input object for IMAP server details.

input ImapServerInput {
encryption: EncryptionType
host: String!
id: ID
password: String
port: Int!
username: String!
verified: Boolean
}

Fields

ImapServerInput.encryption ● EncryptionType enum common

The encryption type (SSL, TLS, etc.).

ImapServerInput.host ● String! non-null scalar common

The server hostname or IP address.

ImapServerInput.id ● ID scalar common

The server hostname or IP address.

ImapServerInput.password ● String scalar common

The password for authentication.

ImapServerInput.port ● Int! non-null scalar common

The port number the server listens on.

ImapServerInput.username ● String! non-null scalar common

The username for authentication.

ImapServerInput.verified ● Boolean scalar common

Has the connection been verified.

Member of

EmailChannelCreateInput input ● EmailChannelUpdateInput input