[Up]

GNUstep MIME parser

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

Mime Parser

The GNUstep Mime parser. This is collection Objective-C classes for representing MIME (and HTTP) documents and managing conversions to and from convenient internal formats.

Eventually the goal is to center round three classes -

document
A container for the actual data (and headers) of a mime/http document.
parser
An object that can be fed data and will parse it into a document. This object also provides various utility methods and an API that permits overriding in order to extend the functionality to cope with new document types.
unparser
An object to take a mime/http document and produce a data object suitable for transmission.

The classes