ZF-11790: Encoded mail header fields not found
Description
If email header fields are encoded separately, Zend_Mail_Part is not able to find it.
Example:
Content-Disposition: attachment; filename*==ISO-8859-15''%42%6C%FC%62%62%2E%74%78%74
Trying getHeaderField('Content-Disposition', 'filename') gives me an empty string.
Comments
No comments to display