mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 05:40:50 +01:00
feat: add support of s/mime singing
This commit is contained in:
parent
c45aec89e9
commit
3f2ba4822c
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue