ImapHook

IMAP

This hook connects to a mail server by using the imap protocol.

View on GitHub

Last Updated: Dec. 3, 2022

Access Instructions

Install the IMAP provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

imap_conn_idThe imap connection id that contains the information used to authenticate the client.

Documentation

This hook connects to a mail server by using the imap protocol.

Note

Please call this Hook as context manager via with to automatically open and close the connection to the mail server.

Was this page helpful?