Ignore what the INSTALL file says at this point... it is for when the project
is a lot further along.

Right now, to compile and test only, do the following:

$ cd samport/
$ make

Then run one of the following:

$ ./test_oebox         # To test the Outlook Express interface
$ ./test_umbox         # To test the standard UNIX mbox interface (Pine, Kmail, etc)

Each of these have the following commands
-----------------------------------------
Command line options
        -h | -help | --help     Display this help message
        -file=FNAME             Load the mbox FNAME

Command prompt options
        load=FNAME              Load the mbox FNAME
        next            Show next record
        prev            Show prev record
        first           Show first record
        last            Show last record
        jump=NUM                Jump to and show record number NUM

        quit | exit     Exit the program
-----------------------------------------

Note that the jump=NUM function does not yet work with SAMport_oebox,
so do not expect any response when using it.

Also note that much of the various interfaces are yet to be completed.
These test programs are very simple, and not very well done, tests
to give you an idea of where I am heading with this library.

Additionally, the library is still very early. Some methods are just
stubs at this point. Filters for Eudora, Aethera, and save methods
are yet to be done. Some code which may or may not be used in SAMport
can be found in the directory samport/experimental/ .

If you have any questions, feel free to contact me at hart@geekcomix.com
-Sam

