freebsd-ports/converters/mimepp/pkg-descr
Masafumi Max NAKANE 69c451ea3d Upgrade, 0.8.0 -> 1.0
PR:		4612
Submitted by:	maintainer
1997-09-23 11:09:33 +00:00

9 lines
464 B
Plaintext

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
and RFC-2045, making the library intuitive for developers
who are familiar with the MIME standard. MIME++ supports
quoted-printable and base64 encoding/decoding, and all
header fields specified in RFC-822, RFC-1036, and RFC-2045.
MIME++ is extensible through inheritance and polymorphism.