Provide a narrative description of what you are trying to accomplish:
Always use ASCII for the content-disposition header. When using UTF-8 encoding, this results in a header being set as Content-Disposition: =?utf-8?Q?inline?= which is not interpreted properly by Thunderbird nor Microsoft Exchange / Outlook. This pull request forces encoding for this header to always be ASCII, so that the header reads Content-Disposition: inline and is correctly interpreted by email clients.
Fixes: magento/magento2#25076
Originally posted by @fredden at zendframework/zend-mail#251
Provide a narrative description of what you are trying to accomplish:
masterbranch, and submit against that branch.CHANGELOG.mdentry for the fix.Always use ASCII for the
content-dispositionheader. When using UTF-8 encoding, this results in a header being set asContent-Disposition: =?utf-8?Q?inline?=which is not interpreted properly by Thunderbird nor Microsoft Exchange / Outlook. This pull request forces encoding for this header to always be ASCII, so that the header readsContent-Disposition: inlineand is correctly interpreted by email clients.Fixes: magento/magento2#25076
Originally posted by @fredden at zendframework/zend-mail#251