quotedprintable.NewReader
// NewReader returns a quoted-printable reader, decoding from r.
func NewReader(r io.Reader) *Reader
quotedprintable.NewWriter
// NewWriter returns a new Writer that writes to w.
func NewWriter(w io.Writer) *Writer