emersion / go-imap

📥 An IMAP library for clients and servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utf7: simplify implementation

emersion opened this issue · comments

The current code uses golang.org/x/text/transform, however this is largely unnecessary because we only ever need to convert small strings.