Skip to main content

IMAP

IMAP is the mailbox resource Email Receiver polls. Despite the name, it serves both protocols: set Protocol to IMAP or POP3.

The distinction matters for folders. Default Folder applies to IMAP only, because POP3 has no folders.

As with SMTP, leaving Port at 0 derives it from the protocol and security mode.

The resource has two tabs: Configuration and Advanced.

Configuration

FieldRequiredDescription
NameOptionalName of the resource.
DescriptionOptionalDescription of the resource.
HostOptionalMailbox server hostname, for example imap.gmail.com. Mapping and vault values are supported.
UsernameOptionalLogin user. Mapping and vault values are supported.
Password / OAuth2 TokenOptionalPassword for Basic authentication; for OAuth2 this is the bearer token. Mapping and vault values are supported.
Default FolderOptionalMailbox folder to read. IMAP only — POP3 has no folders.

Advanced

FieldRequiredDescription
ProtocolOptionalIMAP or POP3. Defaults to IMAP.
PortOptionalDefaults to 0, which derives the port from Protocol and Security.
SecurityOptionalTLS/SSL, STARTTLS, or None (plaintext). Defaults to TLS/SSL.
AuthenticationOptionalBasic (user + password), OAuth2 (XOAUTH2), or None. Defaults to Basic (user + password).
Connect Timeout (ms)OptionalDefaults to 10000.
Read Timeout (ms)OptionalDefaults to 30000.
Extra PropertiesOptionalAdditional mail.imap.* or mail.pop3.* properties.

Derived ports

Leaving Port at 0 derives it from the protocol and security mode.

ProtocolSecurePlain
IMAP993143
POP3995110
info

Unsafe TLS overrides set through Extra Properties are ignored.