GODT-35: Finish all details and make tests pass

This commit is contained in:
Michal Horejsek
2021-03-11 14:37:15 +01:00
committed by Jakub
parent 2284e9ede1
commit 8109831c07
173 changed files with 4697 additions and 2897 deletions

View File

@ -191,7 +191,7 @@ func DecodeHeader(raw string) (decoded string, err error) {
return
}
// EncodeHeader using quoted printable and utf8
// EncodeHeader using quoted printable and utf8.
func EncodeHeader(s string) string {
return mime.QEncoding.Encode("utf-8", s)
}

View File

@ -19,7 +19,6 @@ package pmmime
import (
"bytes"
//"fmt"
"strings"
"testing"