Add BrianLeishman/go-imap to Email section (#6128)

Add go-imap IMAP client library with auto-reconnect, OAuth2, IDLE
support, and built-in MIME parsing to the Email section.
This commit is contained in:
Brian Leishman 2026-03-18 08:09:47 -04:00 committed by GitHub
parent ac348aec86
commit ba25d4759d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1069,6 +1069,7 @@ _Libraries and tools that implement email creation and sending._
- [email-verifier](https://github.com/AfterShip/email-verifier) - A Go library for email verification without sending any emails.
- [go-dkim](https://github.com/toorop/go-dkim) - DKIM library, to sign & verify email.
- [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) - Golang library for providing a canonical representation of email address.
- [go-imap](https://github.com/BrianLeishman/go-imap) - Batteries-included IMAP client with auto-reconnect, OAuth2, IDLE support, and built-in MIME parsing.
- [go-imap](https://github.com/emersion/go-imap) - IMAP library for clients and servers.
- [go-mail](https://github.com/wneessen/go-mail) - A simple Go library for sending mails in Go.
- [go-message](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages.