Closed dvuckovic closed 2 years ago
Thanks for your PR, that will solve the issue with Content-Disposition
. I would kindly ask you, if you could document it, in order to keep this in the doc, in case if someone also faces the same issue. Thanks again!
@sabuhish Good point! I adjusted the existing example, since it's related to an inline image anyway. Let me know if you need anything else.
Perfect! Thanks for your work!
By moving the implicit addition of
Content-Disposition
to after all explicit headers were included for an attachment, we can check if it already exists. A test case was extended to cover this behavior.