summaryrefslogtreecommitdiff
path: root/converters/mimepp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'converters/mimepp/pkg-descr')
-rw-r--r--converters/mimepp/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/mimepp/pkg-descr b/converters/mimepp/pkg-descr
index c43e98b3736b..00e2b3aff637 100644
--- a/converters/mimepp/pkg-descr
+++ b/converters/mimepp/pkg-descr
@@ -1,8 +1,8 @@
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-1521, making the library intuitive for developers
+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-1521.
+header fields specified in RFC-822, RFC-1036, and RFC-2045.
MIME++ is extensible through inheritance and polymorphism.