Index of /Tools/Mail-Transcode

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2015-07-16 14:07 3.9K 
[TXT]README2019-02-25 13:38 679  
[   ]mail-transcode.12015-05-04 11:46 2.4K 
[TXT]mail-transcode.c2015-07-16 14:09 11K 

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