feat: add support of s/mime singing

This commit is contained in:
theexiile1305 2024-10-11 17:26:48 +02:00
parent c45aec89e9
commit 3f2ba4822c
No known key found for this signature in database
GPG key ID: A1BDDE98F2BF6E40

View file

@ -59,6 +59,7 @@ Here are some highlights of go-mail's featureset:
* [X] Custom error types for delivery errors
* [X] Custom dial-context functions for more control over the connection (proxing, DNS hooking, etc.)
* [X] Output a go-mail message as EML file and parse EML file into a go-mail message
* [X] S/MIME singed messages
go-mail works like a programatic email client and provides lots of methods and functionalities you would consider
standard in a MUA.