Skip to content

Email Read Imap

Node: emailReadImap · Full type: n8n-nodes-base.emailReadImap · Version: 2.1

Credentials

imap (alias: @imap)

CREDENTIAL @imap = imap "My Email Read Imap"

Parameters

Parameter Type Default Details
mailbox string "INBOX"
postProcessAction options "read" read, nothing
downloadAttachments boolean false
format options "simple" raw, resolved, simple
dataPropertyAttachmentsPrefixName string "attachment_"
options collection {} keys: customEmailConfig, forceReconnect, trackLastMessageId

options children:

Parameter Type Default Details
customEmailConfig string "["UNSEEN"]"
forceReconnect number 60
trackLastMessageId boolean true

Example

NODE "emailReadImap" @imap AS "Email Read Imap"