From 3f2ba4822cb4e7716c662858d301c27deef6ad2f Mon Sep 17 00:00:00 2001 From: theexiile1305 Date: Fri, 11 Oct 2024 17:26:48 +0200 Subject: [PATCH] feat: add support of s/mime singing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a67d0d..9ab4303 100644 --- a/README.md +++ b/README.md @@ -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.