/cl-mime

Primary LanguageCommon LispOtherNOASSERTION

This is a library for reading and printing MIME content. It supports
automatic conversion between 7bit, quoted-printable and base64
encodings via cl-base64 and cl-qprint libraries.

The required libraries can be found at:
http://files.b9.com/cl-base64/cl-base64-latest.tar.gz
http://www.bobturf.org/software/cl-qprint
http://weitz.de/cl-ppcre/

NOTE: This is a fork of https://github.com/hanshuebner/cl-mime
it includes following patches:

* Fixed parsing of header parameters surrounded by " (hanshuebner#3).