apache-airflow-providers-imap
Provider package apache-airflow-providers-imap for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds IMAP (Internet Message Access Protocol) support to Airflow workflows. It allows you to build data pipelines and automation tasks that interact with IMAP mail servers—retrieving messages, checking mailboxes, or triggering workflows based on email events. The package is maintained as part of the Apache Airflow project and integrates seamlessly with Airflow's task and DAG framework.
The package depends on apache-airflow (>=2.11.0) and apache-airflow-providers-common-compat (>=1.12.0), and is distributed as a pure Python wheel with no compiled dependencies. It supports Python 3.10 through 3.14 and is classified as production-stable. Installation is straightforward via pip on top of an existing Airflow instance.
Use it for:
- Monitor an IMAP mailbox and trigger Airflow DAGs when new messages arrive in a specific folder.
- Extract email attachments or metadata from an IMAP server as part of a data ingestion pipeline.
- Build a workflow that reads email content, processes it, and stores results in a database or data warehouse.
- Automate email-based notifications or alerts by connecting Airflow tasks to IMAP mailboxes.
- Synchronize email data from multiple IMAP accounts into a centralized logging or analytics system.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates IMAP email protocol support into Apache Airflow, enabling workflows to connect to and interact with IMAP mail servers.
Yes, if you are running Apache Airflow and need to integrate IMAP email operations into your workflows. The package is actively maintained, carries no known vulnerabilities, has low install friction, and is production-stable. Install only if you have Airflow >=2.11.0 already running and a genuine need for IMAP connectivity.
Install
apache-airflow-providers-imap on PyPI
pip
pip install apache-airflow-providers-imapuv
uv add apache-airflow-providers-imappoetry
poetry add apache-airflow-providers-imapInstalling apache-airflow-providers-imap
Before you install
Low install friction as a pure Python wheel. Actively maintained with a release 6 days old; requires apache-airflow >=2.11.0 and apache-airflow-providers-common-compat >=1.12.0 as runtime dependencies.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects with standard attribution requirements.
Quickstart
pip install apache-airflow-providers-imap
from airflow.providers.imap.hooks.imap import ImapHook
hook = ImapHook(imap_conn_id='my_imap_connection')
messages = hook.retrieve_mail_messages(mail_box='INBOX')
Requires an existing Apache Airflow >=2.11.0 installation and a configured IMAP connection in Airflow.
Verify before relying
- Specific IMAP operations and hooks available beyond basic mail retrieval.
- Whether the package includes operators, sensors, or only hooks for IMAP tasks.
- Support for IMAP authentication methods and TLS/SSL configuration details.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — apache-airflow, apache-airflow-providers-common-compat |
| Maintenance | actively maintained — 6 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 14,950,653/month — #1,209 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_imap-3.12.1-py3-none-any.whl
Keywords: airflow-provider, imap, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-smtpAdds SMTP email sending capabilities to Apache…
permissive · top 5,000 on PyPI
apache-airflow-providers-microsoft-winrmIntegrates Windows Remote Management (WinRM)…
permissive · top 15,000 on PyPI
IMAPClientIMAPClient provides a Pythonic interface to…
permissive · top 5,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-ftpProvides FTP integration for Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-openaiIntegrates OpenAI APIs into Apache Airflow…
permissive · top 15,000 on PyPI
apache-airflow-providers-sendgridIntegrates SendGrid email delivery into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-sshProvides SSH integration for Apache Airflow,…
permissive · top 5,000 on PyPI
imap-toolsA high-level Python library for IMAP email…
permissive · top 15,000 on PyPI
apache-airflow-providers-fabIntegrates Flask App Builder with Apache…
permissive · top 1,000 on PyPI