libqp
Encode and decode quoted-printable strings according to rfc2045
Encode and decode quoted-printable strings according to rfc2045
A robust & character encoding–agnostic JavaScript implementation of the `Quoted-Printable` content transfer encoding as defined by RFC 2045.
Fast, robust RFC 2045 (Quoted-Printable) and RFC 2047 (Q-Encoding) encoder/decoder for Buffers in pure Javascript with an optional C++ binding.
Quoted-printable (RFC 2045) and mime word (RFC 2047) decoding
node-libquoted provdides a NodeJS module ('libquoted') for encoding and decodingquoted-printable text as described in [RFC2045](http://tools.ietf.org/html/rfc2045#page-19)
Fast, robust RFC 2045 (Quoted-Printable) and RFC 2047 (Q-Encoding) encoder/decoder for Buffers in pure Javascript with an optional C++ binding. A fork of @ronomon/quoted-printable that supports Node.js v12.
Content encoding and decoding library for node applications.
A quoted printable decoder that can be used on the web
Luke's encoding library contains many stream implementations for specific types of encoding, most libraries these days only have one type of encoding, or don't use streams so I decided to create one myself because I need it for some of my projects.