Type representing an email folder.
id
Unique identifier for the email folder.
name
Name of the email folder.
username
Username for accessing the email folder.
password
Password for accessing the email folder.
server
Server address for the email folder.
port
Port number for the email folder.
secure
Indicates if the connection to the email folder is secure.
active
Indicates if the email folder is active.
protocol
Protocol used by the email folder.
deleteWhenProcessed
Indicates if emails should be deleted when processed.
checkInterval
Interval for checking the email folder.
emails
Emails in the email folder.
lastCheckedAt
Last time the email folder was checked.
createdAt
Date and time when the email folder was created.
updatedAt
Date and time when the email folder was last updated.
EmailFilterInput
EmailFolderConnection