tree: 4663156e09f1ee4bdf6ca946c0c95f7debdc2735 [path history] [tgz]
  1. internal/
  2. header.go
  3. header_test.go
  4. LICENSE
  5. quotedprintable.go
  6. quotedprintable_test.go
  7. README.google
  8. README.md
go/src/gopkg.in/alexcesaro/quotedprintable.v2/README.md

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