qprint

v 1.1 Updated: 2 years, 7 months ago

qprint encodes and decodes Quoted-Printable files

qprint is a command line utility which encodes and decodes files in the MIME format. It can be used within a pipeline as an encoding or decoding filter, and is most commonly used in this manner as part of an automated mail processing system. With appropriate options, qprint can encode pure binary files, but it's a poor choice since it may inflate the size of the file by as much as a factor of three. The base64 MIME encoding is a better choice for such data.

https://www.fourmilab.ch/webtools/qprint/

To install qprint, paste this in macOS terminal after installing MacPorts

sudo port install qprint

Add to my watchlist

Installations 14
Requested Installations 7