From 2fa52e534132a0f93183d2c5c861fb8c75a6d289 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 28 Jun 2024 13:51:49 +0200 Subject: [PATCH] Add EML file support to go-mail in README The README has been updated to show that go-mail now supports outputting a message as an EML file and parsing an EML file into a go-mail message. This addition enhances the flexibility and control over the email content and format. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9b4e07..260b888 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ Some of the features of this library: * [X] Debug logging of SMTP traffic * [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 go-mail works like a programatic email client and provides lots of methods and functionalities you would consider standard in a MUA.