IMAP Connection

The IMAP connection type enables integrations with the IMAP client.

Authenticating to IMAP

Authenticate to the IMAP client with the login and password field. Use standard IMAP authentication

Default Connection IDs

Hooks, operators, and sensors related to IMAP use imap_default by default.

Configuring the Connection

Login

Specify the username used for the IMAP client.

Password

Specify the password used for the IMAP client.

Host

Specify the the IMAP host url.

When specifying the connection in environment variable you should specify it using URI syntax.

Note that all components of the URI should be URL-encoded.

For example:

export AIRFLOW_CONN_IMAP_DEFAULT='imap://username:password@myimap.com'

Was this entry helpful?