Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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).