A simple maildecoder utility that will decode any file that has been recieved as
a mail attachment or taken from usenet. It is a single cli program that will
decode any Base64 or UUencoded file, it automatically detects the type and will
decode it correctly without any input from the user.
Why use this program ?
* It is the only integrated utility that will decode both common used formats.
* It is small, fast and stable and I have yet to find a file that it won't
decode.
History:
This is the first public release.
Usage:
CLI only!
Maildecoder FROM/A,TO,QUIET/S
FROM - (Required) Name (and path) of the file you want to decode.
TO - (Optional) Name (and path) of the file to output.
If a name is given it will overide any filename inside the input
file.(By default any filename inside the input file will be used
as the output filename, if none is found, then the program will
automatically call the output, "input.out", followed by a number.
The number specifies the number of files it has decoded.
QUIET - (Switch) If QUIET is specified, no output except for errors will be
reported.
The default is verbose, for example:
Decoding inputfile to outputfile xxxx bytes written
|