From 2f6f48c2a91e07ed026ef78618e4d440e16059a9 Mon Sep 17 00:00:00 2001 From: "Jake Tarren (DevOps Overlord)" Date: Fri, 28 Aug 2026 11:39:06 -0400 Subject: [PATCH] docs: Fix async-imap and async-smtp URLs in README.md (#8637) Fix SMTP and IMAP url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbdef3c30..60b232be5 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ The following protocols are handled without requiring API users to know much abo - secure TLS setup with DNS caching and shadowsocks/proxy support -- robust [SMTP](https://github.com/chatmail/async-imap) - and [IMAP](https://github.com/chatmail/async-smtp) handling +- robust [SMTP](https://github.com/chatmail/async-smtp) + and [IMAP](https://github.com/chatmail/async-imap) handling - safe and interoperable [MIME parsing](https://github.com/staktrace/mailparse) and [MIME building](https://github.com/stalwartlabs/mail-builder).