2000-10-26 22:43:56 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
|
|
|
<gsdoc base="GSMime" up="Base">
|
|
|
|
<head>
|
|
|
|
<title>GNUstep MIME parser</title>
|
|
|
|
<author name="Richard Frith-Macdonald">
|
|
|
|
<email address="rfm@gnu.org"/>
|
|
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
|
|
</author>
|
2001-03-03 09:58:53 +00:00
|
|
|
<version>$Revision$</version>
|
2001-03-03 09:56:29 +00:00
|
|
|
<date>$Date$</date>
|
2000-10-26 22:43:56 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<chapter>
|
|
|
|
<heading>Mime Parser</heading>
|
|
|
|
<p>
|
|
|
|
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.
|
|
|
|
</p>
|
2000-11-17 06:55:58 +00:00
|
|
|
<p>
|
|
|
|
Eventually the goal is to center round three classes -
|
|
|
|
</p>
|
|
|
|
<deflist>
|
|
|
|
<term>document</term>
|
|
|
|
<desc>
|
|
|
|
A container for the actual data (and headers) of a mime/http document.
|
|
|
|
</desc>
|
|
|
|
<term>parser</term>
|
|
|
|
<desc>
|
|
|
|
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.
|
|
|
|
</desc>
|
|
|
|
<term>unparser</term>
|
|
|
|
<desc>
|
|
|
|
An object to take a mime/http document and produce a data object
|
|
|
|
suitable for transmission.
|
|
|
|
</desc>
|
|
|
|
</deflist>
|
2000-10-26 22:43:56 +00:00
|
|
|
<section>
|
|
|
|
<heading>The classes</heading>
|
|
|
|
<list>
|
2000-11-16 12:10:37 +00:00
|
|
|
<item><uref url="GSMimeDocument.html">GSMimeDocument</uref></item>
|
2001-08-07 11:34:00 +00:00
|
|
|
<item><uref url="GSMimeParser.html">GSMimeParser</uref></item>
|
2000-10-26 22:43:56 +00:00
|
|
|
</list>
|
|
|
|
</section>
|
|
|
|
</chapter>
|
|
|
|
</body>
|
|
|
|
</gsdoc>
|
|
|
|
|