Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeneia/cl-qprint
Implementation of the quoted-printable encoding.
https://github.com/eugeneia/cl-qprint
Last synced: about 1 month ago
JSON representation
Implementation of the quoted-printable encoding.
- Host: GitHub
- URL: https://github.com/eugeneia/cl-qprint
- Owner: eugeneia
- License: other
- Created: 2015-02-06T00:08:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T19:52:03.000Z (over 9 years ago)
- Last Synced: 2023-08-15T08:00:30.153Z (over 1 year ago)
- Topics: email
- Language: Common Lisp
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# cl-qprint
**Description:**
*cl-qprint* implements the quoted-printable encoding as described in [RFC
2045](http://tools.ietf.org/html/rfc2045). It was originally written by
Robert Marlow but is not maintained anymore. This version contains major
bug fixes and is actively maintained.**Documentation:**
* [API documentation](http://mr.gy/maintenance/cl-qprint/api.html)