mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
GODT-35: Finish all details and make tests pass
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
@ -19,7 +19,6 @@ package pmmime
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
//"fmt"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user