Short: Mailencoder V1.0 Mail attachment encoder Author: james@colossus.cs.wits.ac.za Type: util/cli Version: 1.0 Architecture: m68k-amigaos A simple mailencoder utility that will encode any file into a Base64 or UUencoded file both of which are common methods of transporting binary files such as programs or images and sounds via email and newsgroups. Why use this program ? * It is the only integrated utility that will encode both common used formats and as far as I know the only amiga Base64 encoder. * It is small, fast and stable. History: This is the first public release. Usage: CLI only! Mailencoder FROM/A,TO,MIME/S,QUIET/S FROM - (Required) Name (and path) of the file you want to encode. TO - (Optional) Name (and path) of the file to output. If a name is given it will use that name for the output file. If none is given, the program will automatically call the file, "inputfile.uue" unless the MIME option is specified, then the file will be called "inputfile.b64" MIME - Encode the file using the MIME Base64 method instead of UUEncoding which is the default. 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