From 737a62683d48b57ad2a8840803dfaaed8a8d4426 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 6 Oct 2003 12:22:25 +0000 Subject: [New Port] mail/py-mimelib Email package for Python. PR: ports/55098 Submitted by: Gerhard Schmidt --- mail/py-email/pkg-descr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mail/py-email/pkg-descr (limited to 'mail/py-email/pkg-descr') diff --git a/mail/py-email/pkg-descr b/mail/py-email/pkg-descr new file mode 100644 index 000000000000..c7d5c1b1b64e --- /dev/null +++ b/mail/py-email/pkg-descr @@ -0,0 +1,6 @@ +This library is intended to replace the standard Python libraries rfc822, +mimetools, multifile, MIMEWriter, etc. It intends to be the be-all end-all +package for parsing, manipulating, and generating MIME and rfc822 style +messages in Python. + +WWW: http://sourceforge.net/projects/mimelib/ -- cgit