mail-transcode can convert e-mail messages between quoted-printable, base64 and binary encoding. It could be useful in e-mail filters. Compilation =========== Download all the files in this directory: a C source file (mail-transcode.c), a manual page (mail-transcode.1) and a Makefile (Makefile). Then run "make". Testing ======= Some regression tests are included: run "make check" to see if the compiled program works correctly. Installation ============ Copy the compiled binary (mail-transcode) to a directory in your PATH, e.g., /usr/local/bin Optionally copy the manual page mail-transcode.1 to a directory where man(1) can find them, e.g., /usr/share/man/man1