Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra quotes in attachment filename #52

Open
voda opened this issue Jan 4, 2021 · 0 comments
Open

Extra quotes in attachment filename #52

voda opened this issue Jan 4, 2021 · 0 comments

Comments

@voda
Copy link

voda commented Jan 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant