...

Text file src/gopkg.in/alexcesaro/quotedprintable.v3/README.md

Documentation: gopkg.in/alexcesaro/quotedprintable.v3

     1# quotedprintable
     2
     3## Introduction
     4
     5Package quotedprintable implements quoted-printable and message header encoding
     6as specified by RFC 2045 and RFC 2047.
     7
     8It is a copy of the Go 1.5 package `mime/quotedprintable`. It also includes
     9the new functions of package `mime` concerning RFC 2047.
    10
    11This code has minor changes with the standard library code in order to work
    12with Go 1.0 and newer. 
    13
    14## Documentation
    15
    16https://godoc.org/gopkg.in/alexcesaro/quotedprintable.v3

View as plain text