DESCR 464 B

123456789
  1. MIME++ is a C++ class library for creating, parsing, and
  2. editing messages in MIME format. The class structure in
  3. MIME++ closely follows the BNF grammar specified in RFC-822
  4. and RFC-2045, making the library intuitive for developers
  5. who are familiar with the MIME standard. MIME++ supports
  6. quoted-printable and base64 encoding/decoding, and all
  7. header fields specified in RFC-822, RFC-1036, and RFC-2045.
  8. MIME++ is extensible through inheritance and polymorphism.