docs: Fix async-imap and async-smtp URLs in README.md (#8637)

Fix SMTP and IMAP url
This commit is contained in:
Jake Tarren (DevOps Overlord)
2026-08-28 11:39:06 -04:00
committed by GitHub
parent 0517beef61
commit 2f6f48c2a9

View File

@@ -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).