1997-07-08 10:08:50 +00:00
|
|
|
MIME++ is a C++ class library for creating, parsing, and
|
|
|
|
editing messages in MIME format. The class structure in
|
|
|
|
MIME++ closely follows the BNF grammar specified in RFC-822
|
1997-09-23 11:09:33 +00:00
|
|
|
and RFC-2045, making the library intuitive for developers
|
1997-07-08 10:08:50 +00:00
|
|
|
who are familiar with the MIME standard. MIME++ supports
|
|
|
|
quoted-printable and base64 encoding/decoding, and all
|
1997-09-23 11:09:33 +00:00
|
|
|
header fields specified in RFC-822, RFC-1036, and RFC-2045.
|
1997-07-08 10:08:50 +00:00
|
|
|
MIME++ is extensible through inheritance and polymorphism.
|