./branch=pkgsrc-2015Q3/mail/ja-mh/pkgsrc/mail/pear-Mail, PHP Class that provides multiple interfaces for sending emails

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.0, Package name: php74-pear-Mail-2.0.0, Maintainer: wenheping

PEAR'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/php74]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-02-28 15:45:43 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail: update to 2.0.0

2.0.0 (2024-01-15)

* BugFix: Use CRLF for header separation, except sendmail, fixes #23 #24
   2023-11-04 16:24:21 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail: update to 1.6.0

1.6.0 (2023-11-01)

* Feature: Added new property $response and new methods getResponse and
  getQueuedAs #27 #29
* Feature: Added Net_SMTP debug_handler #28 #30
* BugFix: Fix whitespace removal from addresses #32
   2023-08-26 09:15:21 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail: update to 1.5.1

1.5.1 (2023-08-08)

Changelog:

* BugFix: Do not use parseAddressList statically #21
* BugFix: Dynamic properties deprecation (initialized several undefined
  variables) #22 #26
* BugFix: Problem with giving port to constructor in smtpmx.php #26
   2022-11-30 16:13:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Mail: update to 1.5.0

1.5.0 (2022-11-29)

Changelog:

* New Feature: Establish STARTTLS connection without authentication (add new
  param 'starttls') #17
* BugFix: Del: deprecation warnings (PHP 8.1 E_DEPRECATED warnings when you
  provide null values) #20
   2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
   2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   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