diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:32:37 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:32:37 +0000 |
commit | bf570a57b3d9f073f92c27624b30b75ac26ce471 (patch) | |
tree | acb905df15dd75815db6aa95be04909ab8c49c3c /mail/pear-Mail_Mime/DESCR | |
parent | da05b47ca887a61569529371e02d7e7ecac49a95 (diff) | |
download | pkgsrc-bf570a57b3d9f073f92c27624b30b75ac26ce471.tar.gz |
Add pear-Mail_Mime 1.2.1 - PHP classes to create and decode mime messages.
Courtesy of pkgsrc-wip.
Diffstat (limited to 'mail/pear-Mail_Mime/DESCR')
-rw-r--r-- | mail/pear-Mail_Mime/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/pear-Mail_Mime/DESCR b/mail/pear-Mail_Mime/DESCR new file mode 100644 index 00000000000..4af119cd85b --- /dev/null +++ b/mail/pear-Mail_Mime/DESCR @@ -0,0 +1,9 @@ +Provides classes to deal with creation and manipulation of mime messages: + + * 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 |