From 07fdf64cbcd515f2e3a63563939e7c98461148c7 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 11 Mar 2022 10:29:44 +0100 Subject: [PATCH] Started work on charset and encoding handling --- .idea/workspace.xml | 9 ++-- cmd/main.go | 8 +++- encoding.go | 105 +++++++++++++++++++++++++++++++++++++++++++- header.go | 24 +++++++--- mailmsg.go | 84 ++++++++++++++++++++++++++++++++--- 5 files changed, 210 insertions(+), 20 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ba493d0..f982bb6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,12 +4,12 @@