WARNING: This information has not been updated since October, 1997!

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
INDEX ENTRY FOR MPACK/MUNPACK
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Name: Mpack/munpack - Encoding/decoding utilities for MIME-format email

Version: 1.5

Author(s): John G. Myers <jgm+@cmu.edu>
           Christopher J. Newman <chrisn+@cmu.edu>   Mac port
           Mike W. Meyer <mwm@contessa.phone.net>    Amiga port
           Peter Simons <simons@peti.GUN.de>         Amiga port
           Jochen Friedrich <jochen@audio.pfalz.de>  OS/2 port
           Olly Betts <olly@mantis.co.uk>            Archimedes port

           Current maintainers <mpack-bugs@andrew.cmu.edu>

Ftp source: ftp.andrew.cmu.edu:/pub/mpack/

Description:

    Mpack and munpack are utilities for encoding and decoding
    (respectively) binary files in MIME (Multipurpose Internet Mail
    Extensions) format mail messages. For compatibility with older
    forms of transferring binary files, the munpack program can also
    decode messages in split-uuencoded format. The Macintosh version
    can also decode messages in split-BinHex format.

    This MIME implementation is intended to be as simple and portable
    as possible. For a slightly more sophisticated MIME
    implementation, see the program MetaMail, available via anonymous
    FTP to thumper.bellcore.com, in directory pub/nsb

    [ Note: MetaMail is also included on this CD-ROM. ]

    -- Adapted from the 1.5 README.unix file

Advertised architectures:

    Versions are included for UNIX, PC, OS/2, Mac, Amiga and
    Archimedes systems.

    The mpack distribution should compile with no changes on most
    UNIX systems. There are a few exceptions - if compiling on SunOS,
    SVR4, SCO UNIX, or an ancient BSD without the strchr() function,
    edit the Makefile and uncomment the relevant lines.

    -- From the 1.5 README.unix file

Prerequisites:

    C Compiler