From f8e5681b0379c1afc6afe6cb2d4b0309d1123c38 Mon Sep 17 00:00:00 2001 From: AH64-dll <143205806+AH64-dll@users.noreply.github.com> Date: Sat, 22 Aug 2026 07:04:50 +0300 Subject: [PATCH] Add rfc5322 email-address parser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a426c5..ca3776e 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ A curated list of resources on Email tools, server, framework, technology... - [PHPMailer](https://github.com/PHPMailer/PHPMailer) - The classic email sending library for PHP - [Anymail](https://github.com/anymail/django-anymail/) - Django email backends and webhooks for multiple ESP - `BSD 3-Clause`, `Python` - [Swoosh](https://github.com/swoosh/swoosh) - Compose, deliver and test your emails easily in Elixir - `MIT`, `Elixir` +- [rfc5322](https://github.com/AH64-dll/rfc5322) - Strict RFC 5322 email-address parser for Python, full ABNF grammar, strict + permissive modes - `MIT`, `Python` ### Other