awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Python Email Libraries

Ranking updated Jul 13, 2026

We curate open-source GitHub repositories matching “best python email libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Python Email Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • twisted/twistedtwisted avatar

    twisted/twisted

    5,969View on GitHub↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Twisted is a comprehensive asynchronous networking framework that includes robust, production-ready implementations for SMTP, IMAP, and POP3 protocols, making it a powerful choice for building complex email-handling systems.

    PythonIMAP, POP3, and SMTP ImplementationsEmail Sending and Retrieval
    View on GitHub↗5,969
  • zedshaw/lamsonzedshaw avatar

    zedshaw/lamson

    740View on GitHub↗

    Pythonic SMTP Application Server

    Lamson is a Pythonic SMTP application server that provides a framework for building complex email handling logic, including MIME parsing and SMTP interaction, though it is more focused on server-side processing than a general-purpose client library.

    PythonEmail Libraries
    View on GitHub↗740

Related searches

  • a Go library for sending emails
  • a javascript library for sending emails
  • a java library for sending emails
  • a library for sending emails in C#
  • an open source email delivery platform
  • an open source email marketing platform
  • a python library for making http requests
  • a python library for background task processing