Magidoc

CreateEmailFolderInput
Input Object

Input type for creating an email folder.

Fields

#

active

Indicates if the email folder is active, defaults to false

checkInterval

Interval for checking the email folder in seconds.

deleteWhenProcessed

Indicates if emails should be deleted when processed.

name

Non-null

Name of the email folder.

password

Non-null

Password for accessing the email folder.

port

Non-null

Port number for the email folder.

protocol

Non-null

Protocol used by the email folder.

secure

Indicates if the connection to the email folder is secure.

server

Non-null

Server address for the email folder.

username

Non-null

Username for accessing the email folder.

Usages

#

References

#

  • Argument input of field createEmailFolder from type Mutation