initial import of pear-Mail-Mime-1.2.1

--

Provides classes to deal with creation and manipulation of MIME
messages:

- Create MIME email, with HTML, attachments, embedded images, etc.
- Advanced method of creating MIME messages.
- Decodes MIME messages to a usable structure.
- An XML DTD to acompany the getXML() method of the decoding class.
- An XSLT stylesheet to transform the output of the getXML() method
  back to an email.
This commit is contained in:
avsm 2003-04-03 10:36:22 +00:00
parent ea5bfdbbb9
commit 76e6fb17ee
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/03 10:36:22 avsm Exp $
COMMENT= "classes to create and decode MIME messages in PHP"
V= 1.2.1
DISTNAME= Mail_Mime-${V}
PKGNAME= pear-Mail-Mime-${V}
CATEGORIES= mail pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MODULES= pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Mail_Mime-1.2.1.tgz) = 667f631d9b128ef559bf97b9cd182c48
RMD160 (Mail_Mime-1.2.1.tgz) = ed11865e261a64e7e76097c448de58b21ce9dcca
SHA1 (Mail_Mime-1.2.1.tgz) = ad04d5d974f4404324bc658f523957cdf10711aa

View File

@ -0,0 +1,9 @@
Provides classes to deal with creation and manipulation of MIME
messages:
- Create MIME email, with HTML, attachments, embedded images, etc.
- Advanced method of creating MIME messages.
- Decodes MIME messages to a usable structure.
- An XML DTD to acompany the getXML() method of the decoding class.
- An XSLT stylesheet to transform the output of the getXML() method
back to an email.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/03 10:36:22 avsm Exp $
lib/php/.registry/Mail_Mime.reg
lib/php/Mail/mime.php
lib/php/Mail/mimeDecode.php
lib/php/Mail/mimePart.php
share/pear/Mail_Mime/xmail.dtd
share/pear/Mail_Mime/xmail.xsl
@dirrm share/pear/Mail_Mime