Edit report at http://pear.php.net/bugs/bug.php?id=15888&edit=1
ID: 15888
Updated by: [email protected]
Reported By: alec at alec dot pl
Summary: attachment name/filename header lacks semicolon
separator
-Status: Feedback
+Status: No Feedback
Type: Bug
Package: Mail_Mime
PHP Version: 5.2.8
Roadmap Versions:
New Comment:
-Status: Feedback
+Status: No Feedback
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
Previous Comments:
------------------------------------------------------------------------
[2009-02-11 06:32:54] doconnor
-Status: Open
+Status: Feedback
We are unable to reproduce the bug as reported.
Please provide a simple script (10 lines or less)
or a link to an external script that can be used
to reproduce the bug.
If you can provide the script, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PEAR.
Can you attach a small reproducable executable test case?
------------------------------------------------------------------------
[2009-02-10 07:44:01] alec
Description:
------------
Now:
Content-Disposition: attachment;
filename*0*="UTF-8''very long long long filename filename filename foo
bar"
filename*1*="boo baz bang";
Should be:
Content-Disposition: attachment;
filename*0*="UTF-8''very long long long filename filename filename foo
bar";
filename*1*="boo baz bang";
Test script:
---------------
Expected result:
----------------
Actual result:
--------------
------------------------------------------------------------------------