mailhog-client icon indicating copy to clipboard operation
mailhog-client copied to clipboard

Extra quotes in attachment filename

Open voda opened this issue 5 years ago • 0 comments

Hi, I discovered an issue with attachment when the filename is quoted: the quotes are not removed from the name. I am writing tests using mailhog-behat-extension, have an email (full .eml attached) with Content-Disposition: attachment; filename="testFile.txt" and this step:

I should see an attachment with filename "testFile.txt" in the opened email

It is trying to compare testFile.txt with "testFile.txt", which fails.

I tested MailHog and Thunderbird and both show/download the name correctly.

attachment.eml.txt

voda avatar Jan 04 '21 23:01 voda