Program: MailTest.EXE
Written by: rhp@netscape.com
Last Update: December 3, 1998

What is this?
Mostly, it's a test harness program for libmime development. MailTest uses Raptor as the HTML display engine and the new "more modular" libmime to parse the RFC822 messages from disk. This program lets you open one of your mailbox files from disk (in Berkeley mail folder format), it will parse these into individual files in your systems TEMP directory and then display subjects in the listbox.

How do I run the program?
Just do a "File -> Open Mailbox" and select one of the mailboxes from your mail store. After a short pause, you will see the messages in this mailbox displayed in the listbox at the top of the application. After this display is complete, double click any of the messages and it should render in the embedded Raptor window below. Note: I've put a test mailbox file (Mailbox) in the same directory as the test program.

What this program is:
Mostly, this is the first step in getting libmime into a modular form using Raptor for mail message display. Interesting points for this application are:

What it isn't: Why do I need to use this entire distribution and not just use my compiled Raptor dist: Open Issues (and there are lots :-):