• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Mar-2022-

LICENSEH A D24-Mar-20221.1 KiB2116

README.mdH A D24-Mar-2022466 1710

encodedword.goH A D24-Mar-20226.2 KiB280218

pool.goH A D24-Mar-2022335 2720

pool_go12.goH A D24-Mar-2022306 2518

reader.goH A D24-Mar-20222.8 KiB122100

writer.goH A D24-Mar-20223 KiB167121

README.md

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
17