File php5-pear-Horde_Mail.changes of Package php5-pear-Horde_Mail
-------------------------------------------------------------------
Wed Aug 2 06:23:09 UTC 2017 - Ralf Lang <lang@b1-systems.de>
- Version 2.6.4
- [jan] Add Turkish translation (İTÜ BİDB <sistemdestek@itu.edu.tr>).
-------------------------------------------------------------------
Tue Feb 2 17:58:15 UTC 2016 - Ralf Lang <lang@b1-systems.de>
- Version 2.6.3
- [jan] Mark PHP 7 as supported.
-------------------------------------------------------------------
Wed Oct 21 08:23:52 UTC 2015 - Ralf Lang <lang@b1-systems.de>
- Version 2.6.2
- [mms] Fix validating sent messages if the driver supports EAI addresses.
-------------------------------------------------------------------
Mon Jun 29 08:11:43 UTC 2015 - Ralf Lang <lang@b1-systems.de>
- Version 2.6.1
- [mjr] Fix sending mail via PHP's mail function (Steffen Lindner <mail@steffen-lindner.de>).
-------------------------------------------------------------------
Thu Apr 30 09:32:07 UTC 2015 - Ralf Lang <lang@b1-systems.de>
- Version 2.6.0
- [jan] Fix issues with certain locales like Turkish.
- [mms] Add support for outputting comment information when writing an address.
-------------------------------------------------------------------
Sun Feb 8 08:53:08 UTC 2015 - Ralf Lang <lang@b1-systems.de>
- Added autoreq marker, removed unneeded oldchanges file
- Use more macros instead of copy/pasting names
-------------------------------------------------------------------
Thu Jan 8 17:51:58 UTC 2015 - <lang@b1-systems.de>
- Version 2.5.1
- [mms] IDN support no longer requires intl to be built-in to PHP.
-------------------------------------------------------------------
Thu Jan 8 17:51:58 UTC 2015 - <lang@b1-systems.de>
- Version 2.5.0
- [mms] Added Horde_Mail_Rfc822_List#first() function.
- [mms] Add property to address object to indicate whether it is an EAI address.
- [mms] Transport driver now indicates whether it handles EAI data.
- [mms] Support validation of EAI addresses (RFC 6532).
- [mms] Add Horde_Mail_Mbox_Parse.
-------------------------------------------------------------------
Thu Jan 8 17:51:58 UTC 2015 - <lang@b1-systems.de>
- Version 2.4.0
- [mms] Added the 'noquote' option to Horde_Mail_Rfc822_Object#writeAddress().
-------------------------------------------------------------------
Fri Jul 11 09:39:59 UTC 2014 - <lang@b1-systems.de>
- Version 2.3.0
- [mms] Add Horde_Mail_Transport_Lmtphorde driver.
-------------------------------------------------------------------
Fri Jul 11 09:39:59 UTC 2014 - <lang@b1-systems.de>
- Version 2.2.0
- [mms] Be more lenient in parsing RFC 5322 identification field values.
- [mms] Add Horde_Mail_Rfc822_Identification class.
-------------------------------------------------------------------
Fri Jul 11 09:39:59 UTC 2014 - <lang@b1-systems.de>
- Version 2.1.6
- [mms] Optimizations to address parsing.
-------------------------------------------------------------------
Wed Feb 19 11:03:16 UTC 2014 - <lang@b1-systems.de>
- Version 2.1.5
-------------------------------------------------------------------
Mon Feb 3 18:09:43 UTC 2014 - <lang@b1-systems.de>
- Version 2.1.4
- [mms] More thorough job trying to parse addresses that contain an @ but no domain information.
-------------------------------------------------------------------
Mon Feb 3 18:09:43 UTC 2014 - <lang@b1-systems.de>
- Version 2.1.3
- [mms] Correctly identify e-mail addresses without domain information when validating.
-------------------------------------------------------------------
Mon Feb 3 18:09:43 UTC 2014 - <lang@b1-systems.de>
- Version 2.1.2
- [mms] Discard personal information when it is identical to e-mail address.
-------------------------------------------------------------------
Mon Feb 3 18:09:43 UTC 2014 - <lang@b1-systems.de>
- Version 2.1.1
- [mms] Workaround broken Net_SMTP handling regarding the end of message data (Bug #12614).
-------------------------------------------------------------------
Mon Feb 3 18:09:43 UTC 2014 - <lang@b1-systems.de>
- Version 2.1.0
- [mms] Added the Horde_Mail_Transport_Smtphorde driver.
- [mms] Added the 'bare_addresses_idn' property to Horde_Mail_Rfc822_List.
- [mms] Added the 'bare_address_idn' property to Horde_Mail_Rfc822_Address.
-------------------------------------------------------------------
Tue Jul 16 21:08:32 UTC 2013 - Ralf Lang <lang@b1-systems.de>
- Version 2.0.6
- [mms] Honor 'pipelining' configuration option in SMTP transport driver.
-------------------------------------------------------------------
Thu May 2 07:00:12 UTC 2013 - Ralf Lang <lang@b1-systems.de>
- Version 2.0.5
- [mms] Correctly encode IDN domains when sending mail (Bug #12116).
-------------------------------------------------------------------
Mon Apr 29 07:53:31 UTC 2013 - lang@b1-systems.de
- repaired changelog, use macros instead of literal pear name
-------------------------------------------------------------------
Tue Mar 5 16:09:50 UTC 2013 - Ralf Lang <lang@b1-systems.de>
- Version 2.0.4
- [mms] Improve unit tests.
-------------------------------------------------------------------
Thu Dec 27 18:21:54 UTC 2012 - Ralf Lang <lang@b1-systems.de>
- Version 2.0.3
- [mms] Fix behavior of 'persist' option in SMTP transport driver.
- Version 2.0.2
- [mms] Fix default_domain parameter to Horde_Mail_Rfc822 (Bug #11804).
-------------------------------------------------------------------
Tue Nov 20 15:41:02 UTC 2012 - <sagner@b1-systems.de>
- Version 2.0.1
- [mms] Fix line-endings for transport drivers that send messages using local tools/programs.
- [mms] Created Horde_Mail_Rfc822_Address and Horde_Mail_Rfc822_Group objects to represent e-mail addresses.
- [mms] Improved parser for e-mail addresses (Request #10949).
- [mms] Added Horde_Mail_Rfc822_Address#encoded property.
- [mms] Better support for IDN hosts in non-validate address parsing mode (Bug #11021).
- [mms] Added Horde_Mail_Rfc822#trimAddress().
- [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.
- [mms] Horde_Mail_Rfc822#parseAddressList() now accepts Horde_Mail_Rfc822_Objects within the first argument.
- [mms] The address and group objects now extend the base Horde_Mail_Rfc822_Object class.
- [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.
- [mms] First argument to Horde_Mail_Rfc822#parseAddressList() can now be an array of addresses.
- [mms] Add Horde_Mail_Rfc822#encode().
- [mms] Workaround unexpected return from PHP_EOL in Mail transport drivers.
-------------------------------------------------------------------
Tue Jan 17 12:48:24 UTC 2012 - lang@b1-systems.de
- version 1.0.3
- add license file
- [mms] Fix parseAddressList() for empty address strings (Bug #10534).
- [mms] Fix SMTP error codes/messages (Bug #10498).
- [mms] Always use canonical line endings in sendmail driver (Bug #10696).
- [mms] Fix line-endings for transport drivers that send messages using local tools/programs.
-------------------------------------------------------------------
Fri Dec 9 08:42:44 UTC 2011 - coolo@suse.com
- fix license to be in spdx.org format
-------------------------------------------------------------------
Thu Jun 9 13:47:27 UTC 2011 - lang@b1-systems.de
- add upgrade path
-------------------------------------------------------------------
Wed Apr 6 12:22:58 UTC 2011 - lang@b1-systems.de
- Updating to version 1.0.0
-------------------------------------------------------------------
Thu Mar 17 09:20:12 UTC 2011 - lang@b1-systems.de
- Initial commit of version 1.0.0beta1