Path to this page:
./
mail/pear-Mail,
PHP Class that provides multiple interfaces for sending emails
Branch: CURRENT,
Version: 1.4.1,
Package name: php73-pear-Mail-1.4.1,
Maintainer: wenhepingPEAR's Mail:: package defines the interface for implementing mailers under
the PEAR hierarchy, and provides supporting functions useful in multiple
mailer backends. Currently supported are native PHP mail() function, sendmail
and SMTP. This package also provides a RFC 822 Email address list validation
utility class.
Required to run:[
net/pear-Net_SMTP] [
lang/pear] [
lang/php73]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2019-12-13) Updated to version: php73-pear-Mail-1.4.1
- (2018-03-08) Updated to version: php71-pear-Mail-1.4.1
- (2017-11-23) Package has been reborn
- (2017-05-28) Updated to version: php56-pear-Mail-1.4.1
- (2016-09-05) Updated to version: php56-pear-Mail-1.3.0
- (2015-12-19) Updated to version: php55-pear-Mail-1.2.0
CVS history: (Expand)
2019-07-03 09:28:23 by Nia Alarie | Files touched by this commit (16) |
Log message:
Use https for pear.php.net.
|
2017-05-28 13:33:17 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update pear-Mail to 1.4.1.
pkgsrc change:
* set LICENSE to modified-bsd.
* standarlized order in Makefile.
1.4.1 2017-04-11 13:33 UTC
Changelog:
* Loosen recognition of "queued as" server response (PR #10)
* Bug #20463: domain-literal parsing error
* Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection
1.4.0 2017-04-07 13:09 UTC
Changelog:
Clarified licensing to "New BSD" (3-Clause BSD)
* Bug #21082: Inconsistent licensing
|
2016-09-05 05:04:40 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 1.3.0
Upstream changes:
Changelog:
Added composer support.
Added Travis CI test support.
Updated code to use PHP 5 method signatures.
Implemented requests:
* #17888, #17865: Reduce peak memory usage when using the smtp/smtpmx backend [alec]
* Ability to pass socket options to Net_SMTP
Fixed bugs:
* #18109: New "pipelining" parameter for SMTP backend never used [alec]
* #17317: Invalid periods in mailbox not marked as invalid [alec]
* #17388: Deprecated assigning the return value of new by reference [alec]
* #17866, #20424, #12071, #17553: Non-static method \
Mail_RFC822::parseAddressList called statically [alec]
* #17178: Mail_RFC822::parseAddressList does not accept RFC-valid empty-group \
syntax [alec]
|
2015-11-04 00:27:24 by Alistair G. Crooks | Files touched by this commit (312) |
Log message:
Add SHA512 digests for distfiles for mail category
Problems found locating distfiles:
Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
Package pine: missing distfile fancy.patch.gz
Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
Package qmail: missing distfile badrcptto.patch
Package qmail: missing distfile outgoingip.patch
Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-08 14:19:35 by Aleksej Saushev | Files touched by this commit (307) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2010-03-02 15:43:06 by Takahiro Kambe | Files touched by this commit (4) |  |
Log message:
Update pear-Mail package to 1.2.0 applying patch of PR pkg/42905
by Wen Heping.
Changelog:
QA release - stable.
* Updated minimum dependencies (Net_SMTP, PEAR, PHP)
* Doc Bug #15620 Licence change to BSD
* Bug #13659 Mail parse error in special condition
* Bug #16200 - Security hole allow to read/write Arbitrary File
* _hasUnclosedQuotes() doesn't properly handle a double slash before an end
quote (slusarz at curecanti.org, Bug #9137).
* Make sure Net_SMTP is defined when calling getSMTPObject() directly
(slusarz at curecanti.org, Bug #13772).
* Add addServiceExtensionParameter() to the SMTP driver
(slusarz at curecanti.org, Bug #13764).
* Add a method to obtain the Net_SMTP object from the SMTP driver
(slusarz at curecanti.org, Bug #13766).
|
2009-12-03 09:11:40 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Try to fix build problem on amd64 (at least).
|
2009-11-30 07:16:56 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Add a fix for http://secunia.com/advisories/37410/ refering
Debian's patch via http://secunia.com/advisories/37458/
Bump PKGREVISION.
|