github.com/mdaxf/iac@v0.0.0-20240519030858-58a061660378/vendor_skip/gopkg.in/alexcesaro/quotedprintable.v3/README.md (about)

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