You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a narrative description of what you are trying to accomplish:
Are you fixing a bug?
Detail how the bug is invoked currently.
Detail the original, incorrect behavior.
Detail the new, expected behavior.
Base your feature on the master branch, and submit against that branch.
Add a regression test that demonstrates the bug, and proves the fix.
Add a CHANGELOG.md entry for the fix.
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.
Provide a narrative description of what you are trying to accomplish:
master
branch, and submit against that branch.CHANGELOG.md
entry for the fix.Always use ASCII for the
content-disposition
header. 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: inline
and is correctly interpreted by email clients.Fixes: magento/magento2#25076
Originally posted by @fredden at zendframework/zend-mail#251
The text was updated successfully, but these errors were encountered: