Skip to main content

Extract actionable tasks from emails using Python

Project description

mail2task

Extract actionable tasks from messy emails using Python.

Features

  • Extract task-like sentences
  • Detect due dates
  • Detect priority levels
  • Clean JSON output
  • CLI support

Installation

pip install mail2task

Usage

Python

from mail2task import extract_tasks

email = """
Please submit the compliance report by Friday.

Schedule the onboarding meeting tomorrow.
"""

tasks = extract_tasks(email)

print(tasks)

CLI

Create a text file:

Please submit the report by Friday.
Schedule the client call tomorrow.

Run:

mail2task sample_email.txt

Output:

[
  {
    "title": "submit the report by Friday.",
    "due_date": "2026-05-29T00:00:00",
    "priority": "normal",
        "confidence": 0.9

  }
]

Pretty Output

mail2task sample_email.txt --pretty

Save Output

mail2task sample_email.txt --output tasks.json

Export Formats

JSON

mail2task sample_email.txt --format json

CSV

mail2task sample_email.txt --format csv

Markdown

mail2task sample_email.txt --format markdown

Example Use Cases

  • Email automation
  • Productivity apps
  • AI assistants
  • CRM workflows
  • Task management systems

Project Structure

mail2task/
├── src/
├── tests/
├── README.md
├── pyproject.toml

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mail2task-0.4.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mail2task-0.4.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file mail2task-0.4.0.tar.gz.

File metadata

  • Download URL: mail2task-0.4.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for mail2task-0.4.0.tar.gz
Algorithm Hash digest
SHA256 6c3d7786c398f88b117f75424fef6356eb7e9a549ddcfb09dbce485097129411
MD5 0b7d2017889413d5c4bc5cee88c3b9a8
BLAKE2b-256 6665ed54fd04abacb728cb6fe04e9b65467380bc0755172950d3cd0b3a6ebcc7

See more details on using hashes here.

File details

Details for the file mail2task-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: mail2task-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for mail2task-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dba390f3c57b86a061ebe254c1a8a722c1a450145b908dc0c8d832418bca5209
MD5 419658c32629cb2e0ef56d9532116d5f
BLAKE2b-256 321b441f8101ba18234e58ebf5f78bbc1a1e093b5c11892c2768583cca28de01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page