You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.1 KiB
81 lines
2.1 KiB
15 years ago
|
<!-- $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 <mimepp/mimepp.h>
|
||
|
</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>
|