summaryrefslogtreecommitdiffstats
path: root/mimelib/doc/mimepp.html
blob: 3545ccfbe9940f300716ae9d03cbb2d8929dadf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!-- $Revision$ -->
<!-- $Date$ -->
<HTML>
<HEAD>
<TITLE>
    MIME++ Man Page
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<FONT COLOR="navy">
<H2>NAME</H2>
</FONT>
MIME++ -- C++ class library for creating, parsing, or modifying messages
in MIME format

<FONT COLOR="navy">
<H2>SYNOPSIS</H2>
</FONT>
<PRE>
#include &ltmimepp/mimepp.h&gt;
</PRE>

<FONT COLOR="navy">
<H2>DESCRIPTION</H2>
</FONT>
MIME++ is a C++ class library for creating, parsing, or modifying messages
in Multipurpose Internet Mail Extensions (MIME) format.  For information
on the MIME standards, see RFC-822, RFC-1123, RFC-1521, RFC-1522, and 
RFC-1523.

<FONT COLOR="navy">
<H3>Class Inheritance</H3>
</FONT>
<UL>
<LI><A HREF="string.html">DwString</A>
<LI><A HREF="msgcmp.html">DwMessageComponent</A>
  <UL>
  <LI><A HREF="body.html">DwBody</A>
  <LI><A HREF="entity.html">DwEntity</A>
    <UL>
    <LI><A HREF="bodypart.html">DwBodyPart</A>
    <LI><A HREF="message.html">DwMessage</A>
    </UL>
  <LI><A HREF="field.html">DwField</A>
  <LI><A HREF="fieldbdy.html">DwFieldBody</A>
    <UL>
    <LI><A HREF="address.html">DwAddress</A>
      <UL>
      <LI><A HREF="group.html">DwGroup</A>
      <LI><A HREF="mailbox.html">DwMailbox</A>
      </UL>
    <LI><A HREF="addrlist.html">DwAddressList</A>
    <LI><A HREF="disptype.html">DwDispositionType</A>
    <LI><A HREF="mediatyp.html">DwMediaType</A>
    <LI><A HREF="mechansm.html">DwMechanism</A>
    <LI><A HREF="datetime.html">DwDateTime</A>
    <LI><A HREF="mboxlist.html">DwMailboxList</A>
    <LI><A HREF="msgid.html">DwMsgId</A>
    <LI><A HREF="text.html">DwText</A>
    </UL>  
  <LI><A HREF="headers.html">DwHeader</A>
  <LI><A HREF="param.html">DwParameter</A>
  </UL>
<LI><A HREF="protocol.html">DwProtocolClient</A>
  <UL>
  <LI><A HREF="smtp.html">DwSmtpClient</A>
  <LI><A HREF="nntp.html">DwNntpClient</A>
  <LI><A HREF="pop.html">DwPopClient</A>
</UL>
<LI><A HREF="binhex.html">DwBinhex</A>
<LI><A HREF="binhex.html">DwUuencode</A>
<LI><A HREF="boyermor.html">DwBoyerMoore</A>

<FONT COLOR="navy">
<H3><A HREF="util.html">Utility Functions</A></H3>
</FONT>

</BODY>
</HTML>