Commit graph

26 commits

Author SHA1 Message Date
taca 844f01fca7 Update pear-Mail_Mime to 1.8.5.
Release date: 2012-06-09 15:39 UTC
Release state: stable

Changelog:

* Added possibility to set additional parameters of message part header,
  e.g. attachment size [alec]
* Added automatic setting of attachment size via Content-Disposition header
  size parameter [alec]
2012-06-13 13:10:12 +00:00
taca 960c2f9109 Update pear-Mail_Mime to 1.8.4.
Changelog:

* Request #19406: Allow to set individual attachment part headers [alec]
* Fixed Bug #18982: Non-static method Mail_mimePart::encodeHeader() should not
  be called statically [alec]
2012-06-02 04:34:01 +00:00
wiz 6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
taca ed225162d0 Update pear-Mail_Mime to 1.8.3.
Release date: 2012-03-12 10:04 UTC
Release state: stable

Changelog:

* Request #19009: Remove error_reporting from tests [alec]
* Fixed Bug #19094: Email addresses do not have to contain a space
  between the name and address part [alec]
* Fixed Bug #19328: Wrong encoding of filenames with comma [alec]
2012-03-12 15:34:56 +00:00
taca cf5d5f12ac Update pear-Mail_Mime package to 1.8.2.
Mail_Mime 1.8.2

Release date: 2011-08-10 09:56 UTC
Release state: stable

Changelog:

Bugs Fixed:
* #18426: Fixed backward compatibility for "dfilename" parameter [alec]
* Removed xmail.dtd, xmail.xsl from the package [alec]
* Fixed handling of email addresses with quoted local part [alec]
2011-08-20 14:10:45 +00:00
adam 35135c1a7f Changes 1.8.1:
Bugs Fixed:
* Not possible to set separate charset for attachment content and headers
2010-12-15 09:42:28 +00:00
obache 5a9fe2a3be Fixes DESTDIR installation. 2010-10-25 10:52:43 +00:00
tron 53026c6317 Fix incomplete installation by patching "scripts/phail.php" after the
installation which otherwise fails due to an MD5 checksum of the
above file. Bump package revision as the binary package changed.
2010-10-17 01:06:14 +00:00
taca 853ad060d3 Update mail/pear-Mail_Mime to 1.8.0.
1.8.0: 2010-07-29 06:46 UTC

Changelog:

Bugs Fixed:

* Double-addition of e-mail domain to content ID in HTML images [alec]
* #17311: Multi-octet characters are split across adjacent 'encoded-word's
  [alec]
* #17573: Place charset parameter in first line of Content-Type header
  (if possible) [alec]

Implemented Features:

* #17518: addTo() method [alec]

1.7.0: 2010-04-12 12:03 UTC

Changelog:

Implemented Features:

* Added Mail_mime::setContentType() function with possibility to set various
  types in Content-Type header (also fixes problem with boundary parameter
  when Content-Type header was specified by user) [alec]
2010-09-23 08:03:02 +00:00
taca b7b2da909c Update pear-Mail_Mime package to 1.7.0.
Changelog:

Implemented Features:

* Added Mail_mime::setContentType() function with possibility to set various
  types in Content-Type header (also fixes problem with boundary parameter
  when Content-Type header was specified by user) [alec]
2010-04-12 13:50:09 +00:00
taca ebbada719f Update pear-Mail_Mime package from 1.6.1 to 1.6.2.
Bugs Fixed:
* Fix Bug #17226: Non RFC-compliant quoted-printable encoding of structured
  headers [alec]
2010-04-09 10:16:18 +00:00
taca e3773a58e5 Update pear-Mail_Mime package to 1.6.1.
Changelog:

Bugs Fixed:
* Fix encoding of Return-Receipt-To and Disposition-Notification-To
  headers [alec]

Implemented Features:
* Implement Feature #12466: Build parameters validation [alec]
* Implement Feature #17175: Content-Description support for attachments [alec]
2010-03-15 16:38:15 +00:00
taca 23645822d3 Updaete pear-Mail_Mime from 1.4.0 to 1.6.0.
1.6.0

Bugs Fixed:
* Don't break specified headers folding [alec]
* Bug #17025: Wrong headers() result for long unwrapable header value [alec]

Implemented Features:
* Allow setting Content-ID for HTML Images [alec]
* Added one setParam() in place of many set*() functions [alec]
* Added getParam(), getTXTBody(), getHTMLBody() [alec]
* Skip RFC2231's charset if filename contains only ASCII characters [alec]
* Make sure that Received: headers are returned on the top [alec]
* Added saveMessageBody() and getMessageBody() functions [alec]

1.6.0RC2

Fixed Bugs:
* Bug #7561: _encodeQuotedPrintable() with mbstring function overloading
  broken in 1.6.0RC1 [alec]
* Fixed quoted-printable encoding of characters with ord(char) < 10 [alec]

1.6.0RC1

Fixed Bugs:
* Bug #13444: Problem in multipart mail with txt, html and images. Reverted
  fix for #9725 [alec]
* Bug #14780: Content-Type is not set correctly when calling headers() before
  get() [alec]

Implemented Features:
* Feature #10884: Provide easy way to set build params [alec]
* Feature #13962: Multiple header support [alec]
* Use class (private) variables instead of MAIL_MIME_CRLF and
  MAIL_MIMEPART_CRLF constants [alec]
* Feature #12411: Support both RFC2047 and RFC2231 for attachments filenames
  encoding [alec]
* Optimized memory usage in quoted-printable encoding function [alec]
* Feature #13969: Big attachments support [alec]
* Changed default value of text_encoding to quoted-printable [alec]

1.5.3

Fixed bugs:
* Fix Bug #14678: srand() lowers security [clockwerx]
* Fix Bug #12921: _file2str not binary safe [walter]
* Fix Bug #12385: Bad regex when replacing css style attachments [cipri]
* Fix Bug #16911: Excessive semicolon in MIME header [alec]
* Fix Bug #15320: Attachment charset is not set in Content-Type header [alec]
* Fix Bug #16911: Lack of semicolon separator for MIME header parameters [alec]
* Fix Bug #16846: Use preg_replace_callback() instead of /e modifier [alec]
* Fix Bug #14779: Problem with an empty attachment [alec]
* Fix Bug #15913: Optimize the memory used by Mail_mimePart::encode.
  Avoid having attachments data duplicated in memory [alec]
* Fix Bug #16539: Headers longer than 998 characters aren't wrapped [alec]
* Fix Bug #11238: Wrong encoding of structured headers [alec]
* Fix Bug #13641: iconv_mime_encode() seems to work different/errorious than
  the build in logic. Removed 'ignore_iconv' param. [alec]
* Fix Bug #16706: Incorrect double-quotes RFC 2231-encoded parameter values
  [alec]
* Fix Bug #14232: RFC2231: tspecials encoding in _buildHeaderParam() [alec]

Implemented Features:
* Implement Feature #10438: Function (encodeHeader) for encoding of given
  header [alec]

1.5.2

* Fix Bug #11381: domain name is attached to content-id, trailing greater-than
  sign is not remove [cipri]

1.5.1

* Fix Bug #11344: Error at line 644 in mime.php [cipri]

1.5.0

Split off Mail_MimeDecode

1.5.0RC2

Fixed accidental characters included in mime.php
2010-02-06 15:54:18 +00:00
joerg ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
adrianp c924295850 Update to 1.4.0
* Implement Feature #2952: Mail_mime::headers() saves extra headers [cipri]
* Implement Feature #3636: Allow specification of charsets and encoding [cipri]
* Implement Feature #4057: Mail_Mime: Add name parameter for Content-Type [cipri]
* Implement Feature #4504: addHTMLImage does not work in cases when filename contains a path [cipri]
* Implement Feature #5837: Mail_Mime: Build message for Net_SMTP [cipri]
* Implement Feature #5934: Mail_Mime: choice for content disposition [cipri]
* Implement Feature #6568: Mail_Mime: inline images referenced in CSS definitions not replaced. [cipri]
* Implement Feature #10604: Put an option to specify Content-Location in the header [cipri]
2008-04-30 19:28:03 +00:00
jlam 56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
adrianp d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
jdolecek e2cf0bb0e0 Update pear-Mail_Mime to 1.3.1.
1.3.1:
	o bug fix release

1.3.0
	o First (stable) release in over 2.5 years (!)
	o MANY bugfixes (see the bugtracker)
	o added a few tests
	o one small fix after RC1 (bug #3940)

Update provided in PR pkg/34644 by Martin Wilke
2006-10-23 20:17:16 +00:00
joerg 8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg 337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
joerg 5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
agc 8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
jdolecek dabfddfb8b update for DIST_SUBDIR=pear 2004-11-27 13:33:52 +00:00
jdolecek bf81d5a98e Use HOMEPAGE provided by lang/php/pear.mk 2004-11-27 10:02:52 +00:00
jdolecek bf570a57b3 Add pear-Mail_Mime 1.2.1 - PHP classes to create and decode mime messages.
Courtesy of pkgsrc-wip.
2004-11-01 20:32:37 +00:00