~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/GSMime.html

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head>
2
 
 <title>GNUstep MIME parser</title>
3
 
</head>
4
 
<body>
5
 
<a href ="Base.html">[Up] </a>
6
 
<h1>GNUstep MIME parser</h1>
7
 
<h3>Authors </h3>
8
 
 <dl>
9
 
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
10
 
<dd>
11
 
</dl>
12
 
<p>Version: $Revision: 1.12 $</p>
13
 
<p>Date: $Date: 2001/12/12 14:10:12 $</p>
14
 
<h2><a name ="cont-0">Mime Parser</a></h2>
15
 
<p>
16
 
 
17
 
        The GNUstep Mime parser.  This is collection Objective-C classes
18
 
        for representing MIME (and HTTP) documents and managing conversions
19
 
        to and from convenient internal formats.
20
 
      </p>
21
 
<p>
22
 
 
23
 
        Eventually the goal is to center round three classes -
24
 
      </p>
25
 
<dl>
26
 
<dt>document
27
 
<dd>
28
 
          A container for the actual data (and headers) of a mime/http document.
29
 
        
30
 
<dt>parser
31
 
<dd>
32
 
          An object that can be fed data and will parse it into a document.
33
 
          This object also provides various utility methods  and an API
34
 
          that permits overriding in order to extend the functionality to
35
 
          cope with new document types.
36
 
        
37
 
<dt>unparser
38
 
<dd>
39
 
          An object to take a mime/http document and produce a data object
40
 
          suitable for transmission.
41
 
        
42
 
</dl>
43
 
<h3><a name ="cont-1">The classes</a></h3>
44
 
<ul>
45
 
<li ><a href ="GSMimeDocument.html">GSMimeDocument</a>
46
 
<li ><a href ="GSMimeParser.html">GSMimeParser</a>
47
 
</ul>
48
 
</body>
49
 
 
50
 
 </html>