quotedprintable

Introduction

Package quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047.

It is similar to the package currently being developed in the standard library: https://codereview.appspot.com/132680044/

It requires Go 1.3 or newer.

Some links:

Documentation

https://godoc.org/gopkg.in/alexcesaro/quotedprintable.v2