magento-engcom / php-7.2-support

Repository for implementing support of php-7.2 support in Magento
Open Software License 3.0
23 stars 26 forks source link

Eliminate usage of Zend_Mime from Magento 2 Open Source #110

Closed bbatsche closed 6 years ago

bbatsche commented 6 years ago

Description

Add Magento's own Mime class to replace usage of Zend_Mime Zend_Mime package can now be removed. Also removes call to Zend_Mime_Decode::decodeQuotedPrintable() Duplicate of magento-engcom/php-7.2-support#102

Contribution checklist