mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c25fa1c462
PR: 17850 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
11 lines
503 B
Plaintext
11 lines
503 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.
|
|
|
|
WWW: http://www.hunnysoft.com/mimepp/
|