Changelog for
php-pear-Mail_Mime-1.10.11-bp155.2.4.noarch.rpm :
* Fri Dec 10 2021 Arjen de Korte
- new upstream release 1.10.11
* Fix PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
* Fix encoding recipient names with AATT character and no space between name and address
* Fix the license label in composer.json
* Wed Jan 20 2021 Arjen de Korte - new upstream release 1.10.10
* Compatibility fixes for PHP 5.2 and 5.3
* Corrected soft line breaks handling to be RFC compliant
* Corrected line breaks for lines ending in dots and length more than 74
* Sun Jun 28 2020 Arjen de Korte - new upstream release 1.10.9
* Added a workaround for an opcache bug on OpenSuse 15.1
* Sun Jun 14 2020 Arjen de Korte - new upstream release 1.10.8
* Fix encoding issues with ISO-2022-JP-MS input labelled with ISO-2022-JP
* Fri Mar 20 2020 Arjen de Korte - new upstream release 1.10.7
* Fix invalid Content-Type for messages with only html part and inline images
* Wed Feb 05 2020 Arjen de Korte - new upstream release 1.10.6
* Fix different boundary in headers and body when using headers() after get()
* Removed phail.php script- new upstream release 1.10.5
* Make sure to not set Content-Transfer-Encoding on multipart messages
* Added support for calendar invitations with attachments/html/images
* Thu Dec 05 2019 Arjen de Korte - make package PHP version independent- new upstream release 1.10.4
* Fix E_STRICT errors introduced in the previous release
* Fix deprecation warning for get_magic_quotes_runtime() use on PHP 7.4
* Fix Bug #21255: Boundary gets added twice when using setContentType()
* PHP 7.2 compatibility fixes- use correct macro to reference metadata (boo#1158112)- clean-up spec, use https for downloading
* Wed Nov 08 2017 jweberhoferAATTweberhofer.at- Move to new unified spec
* Wed Nov 08 2017 jweberhoferAATTweberhofer.at- Cleaned up spec
* Fri Nov 03 2017 jengelhAATTinai.de- Update description with spelling fixes and better read flow.
* Sun Sep 10 2017 jweberhoferAATTweberhofer.at- Removed circular dependency to php-pear(Mail_mimeDecode)- Cleaned up spec
* Fri Aug 18 2017 ecsosAATTopensuse.org- New upstream release 1.10.1- renamed package to php7-pear-Mail_Mime
* Tue Sep 15 2015 ajAATTajaissle.de- New upstream release 1.10.0
* Add possibility to add externally created Mail_mimePart objects as attachments [alec]
* Add possibility to set preamble text for multipart messages [alec]- Changes 1.9.0
* Bug #20921: Make Mail_mimePart::encodeHeaderValue() a static method [alec]
* Bug #20931: Really remove unset headers [alec]
* Request #18772: Added methods for creating text/calendar messages [alec]
* Thu Dec 11 2014 ajAATTajaissle.de- New upstream release 1.8.9
* Fixed Bug #20273: Incorrect handling of HTAB in encodeHeader() [alec]
* Fixed Bug #20226: Mail_mimePart::encodeHeader does not encode ISO-2022-JP string [alec]
* Fixed Bug #20222: Broken Compatybility with PHP4 [alec]