Add email-verifier repo (#3411)

This commit is contained in:
Herbert Lu 2020-12-23 12:41:44 +08:00 committed by GitHub
parent 1a99ec4250
commit 024a75137d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -668,6 +668,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [chasquid](https://blitiri.com.ar/p/chasquid) - SMTP server written in Go.
* [douceur](https://github.com/aymerick/douceur) - CSS inliner for your HTML emails.
* [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go.
* [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-imap](https://github.com/emersion/go-imap) - IMAP library for clients and servers.
* [go-message](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages.