Contents
Info
Bugs
Docs
Source
Email
Download
Developer

Design
Contents
Overview
Developer
Programmer
User

<html>

<head>
</head>

<body>

Implements the client application of the BugRat Bug Report
and Tracking System.

<p>
This package implements the email portion of the BugRat
Bug Report and Tracking system. The package implements
the MialReader program, which reads incoming email bug
reports, parses the report, and files the report in the
BugRat database.

<p>
The package makes use of the standard JavaMail API to
provide support for internet email standards. The package
also depends on the Java Activation Foundation (JAF) due
to JavaMail's depence on that package.

<p>
The MailReader program is a fine example of writing a
command line program that reads email messages from stdin
and processes them. Due to the JavaMail API, very little
code is required to accomplish a great deal.

@author Tim Endres <a href="mailto:time@gjt.org">time@gjt.org</a>
@version 2.3

@gjtrel $Name: release-2-3 $
@gjtdate $Date: Tue, Sep 9, 1998 04:12:27 UTC $
@gjtjvm 1.1
@gjtdep org.gjt.bugrat.db
@gjtdep org.gjt.bugrat.dbi
@gjtcat application
@gjthome <http://www.gjt.org/pkgs/bugrat/> BugRat Home Page
@gjtlicense GPL

</body>

</html>

All contents are copyrighted (c) by their respective authors. All rights reserved.
All contents are licensed under the General Public License.