Magidoc

EmailFolder
Object

Type representing an email folder.

Fields

#

id

ID !
Non-null

Unique identifier for the email folder.

name

Non-null

Name of the email folder.

username

Non-null

Username for accessing the email folder.

password

Password for accessing the email folder.

server

Non-null

Server address for the email folder.

port

Non-null

Port number for the email folder.

secure

Non-null

Indicates if the connection to the email folder is secure.

active

Non-null

Indicates if the email folder is active.

protocol

Non-null

Protocol used by the email folder.

deleteWhenProcessed

Non-null

Indicates if emails should be deleted when processed.

checkInterval

Non-null

Interval for checking the email folder.

emails

Non-null

Emails in the email folder.

lastCheckedAt

Last time the email folder was checked.

createdAt

Non-null

Date and time when the email folder was created.

updatedAt

Non-null

Date and time when the email folder was last updated.

Usages

#

References

#

  • Field emailFolder from Query