summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r--mail/pear-Mail_Mime/DESCR17
-rw-r--r--mail/pear-Mail_Mime/Makefile6
-rw-r--r--mail/pear-Mail_Mime/distinfo8
3 files changed, 17 insertions, 14 deletions
diff --git a/mail/pear-Mail_Mime/DESCR b/mail/pear-Mail_Mime/DESCR
index c11c603e774..ac976152b19 100644
--- a/mail/pear-Mail_Mime/DESCR
+++ b/mail/pear-Mail_Mime/DESCR
@@ -1,9 +1,12 @@
Provides classes to deal with creation and manipulation of mime messages:
+It allows people to create e-mail messages consisting of:
- * mime.php: Create mime email, with html, attachments, embedded images etc.
- * mimePart.php: Advanced method of creating mime messages.
- * mimeDecode.php - Decodes mime messages to a usable structure.
- * xmail.dtd: An XML DTD to acompany the getXML() method of the
- decoding class.
- * xmail.xsl: An XSLT stylesheet to transform the output of the
- getXML() method back to an email
+* Text Parts
+* HTML Parts
+* Inline HTML Images
+* Attachments
+* Attached messages
+
+It supports big messages, base64 and quoted-printable encodings and
+non-ASCII characters in filenames, subjects, recipients, etc. encoded
+using RFC2047 and/or RFC2231.
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index 53b0622cd51..5e05ecdee1b 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:35 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/06 15:54:18 taca Exp $
-DISTNAME= Mail_Mime-1.4.0
+DISTNAME= Mail_Mime-1.6.0
CATEGORIES+= mail
MAINTAINER= jdolecek@NetBSD.org
-COMMENT= PHP classes to create and decode mime messages
+COMMENT= PHP classes to create and manipulation of mime messages
CONFLICTS= php-pear-Mail_Mime-[0-9]*
diff --git a/mail/pear-Mail_Mime/distinfo b/mail/pear-Mail_Mime/distinfo
index beddb19e9f9..f9d90e0236f 100644
--- a/mail/pear-Mail_Mime/distinfo
+++ b/mail/pear-Mail_Mime/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2008/04/30 19:28:03 adrianp Exp $
+$NetBSD: distinfo,v 1.6 2010/02/06 15:54:18 taca Exp $
-SHA1 (pear/Mail_Mime-1.4.0.tgz) = d44b570f6c6252e7116708c1822bc2d3c8235605
-RMD160 (pear/Mail_Mime-1.4.0.tgz) = d04879ff81e2c4aa615cfd55abe7c20c7e0d2705
-Size (pear/Mail_Mime-1.4.0.tgz) = 28636 bytes
+SHA1 (pear/Mail_Mime-1.6.0.tgz) = 7b71d32a748cf2009f4148e9d5db03475065e5af
+RMD160 (pear/Mail_Mime-1.6.0.tgz) = 37c04871ad0d28a3a09f05e0fa7452e65ea6da4c
+Size (pear/Mail_Mime-1.6.0.tgz) = 29925 bytes