php-imap
php-imap copied to clipboard
Failing test: Attachment with symbols in filename
Hey its me again with an attachment name issue.
If added a failing test, happy fixing.
greetings Adrian
There was 1 failure:
1) Tests\issues\Issue410Test::testIssueEmailSymbols
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'Checkliste 10.,DAVIDGASSE 76-80;2;2.pdf'
+'Checkliste 10.,DAVIDGASSE 76-80'
/home/runner/work/php-imap/php-imap/tests/issues/Issue410Test.php:62
Hi @nuernbergerA ,
many thanks for your pull request and bug report. Please try to add name and filename to the list of excluded attributes in https://github.com/Webklex/php-imap/blob/master/src/Header.php#L615 and see if this solves the issue.
@Webklex nope still the same