Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bom-d-van/qpencoding
A RFC 2045 Quoted-Printable Encoder / Decoder (with the reader part "stolen" from the Go Authors).
https://github.com/bom-d-van/qpencoding
Last synced: about 1 month ago
JSON representation
A RFC 2045 Quoted-Printable Encoder / Decoder (with the reader part "stolen" from the Go Authors).
- Host: GitHub
- URL: https://github.com/bom-d-van/qpencoding
- Owner: bom-d-van
- License: other
- Created: 2014-04-26T09:54:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T07:23:40.000Z (over 10 years ago)
- Last Synced: 2024-06-21T02:18:27.191Z (5 months ago)
- Language: Go
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
qpencoding
==========A RFC 2045 Quoted-Printable Encoder / Decoder (with the reader part "stolen" from the Go Authors).
This package includes both a library and command line tool.
Install the command line tool:
```
go install github.com/bom-d-van/qpencoding/qpencoding.go
qpencoding -h
```Documentation: [godoc.org/github.com/bom-d-van/qpencoding](godoc.org/github.com/bom-d-van/qpencoding).