skillfed

apache-airflow-providers-imap

Provider package apache-airflow-providers-imap for Apache Airflow

apache-airflow-providers-imap v3.12.1 15.0M downloads/30d#1,209 on PyPI46,489
Permissive license Apache-2.0 Active released

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-imap

uv

uv add apache-airflow-providers-imap

poetry

poetry add apache-airflow-providers-imap

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow imap email providerimap integration airflowemail workflow automationairflow mail server connectorimap provider apache airflowemail task airflowimap email tasks
airflow-provideremail-integrationworkflow-automation

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-smtp

Adds SMTP email sending capabilities to Apache…

permissive · top 5,000 on PyPI

apache-airflow-providers-microsoft-winrm

Integrates Windows Remote Management (WinRM)…

permissive · top 15,000 on PyPI

IMAPClient

IMAPClient provides a Pythonic interface to…

permissive · top 5,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-ftp

Provides FTP integration for Apache Airflow,…

permissive · top 5,000 on PyPI

apache-airflow-providers-openai

Integrates OpenAI APIs into Apache Airflow…

permissive · top 15,000 on PyPI

apache-airflow-providers-sendgrid

Integrates SendGrid email delivery into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-ssh

Provides SSH integration for Apache Airflow,…

permissive · top 5,000 on PyPI

imap-tools

A high-level Python library for IMAP email…

permissive · top 15,000 on PyPI

apache-airflow-providers-fab

Integrates Flask App Builder with Apache…

permissive · top 1,000 on PyPI