aboutsummaryrefslogtreecommitdiffstats
path: root/converters/mimepp/pkg-descr
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-09-23 19:09:33 +0800
committermax <max@FreeBSD.org>1997-09-23 19:09:33 +0800
commitc518101025f8b1a3cd117d3cb129660a05b44baa (patch)
treeb57f2de53f1bd12d8c723121e3f628a2b2a9e6c6 /converters/mimepp/pkg-descr
parent3451846c5f2ec25c546c708ed3b86036c88ef8ec (diff)
downloadfreebsd-ports-gnome-c518101025f8b1a3cd117d3cb129660a05b44baa.tar.gz
freebsd-ports-gnome-c518101025f8b1a3cd117d3cb129660a05b44baa.tar.zst
freebsd-ports-gnome-c518101025f8b1a3cd117d3cb129660a05b44baa.zip
Upgrade, 0.8.0 -> 1.0
PR: 4612 Submitted by: maintainer
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.