Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
When parsing a mail with an attached file which name is encoded using the RFC 2047, the file name is not properly extracted. Here is an header example :
The file name should be extracted as "Valérie_TEST_CV.pdf", but is currently empty and the temporary file on disk is set as "=_iso-8859-1_Q_Val=E9rie_TEST_CV=2Epdf_=" Here are the modifications I've done to fix this problem :
to:
Line 143 :
to:
In file_parser.php, line 93 :
to:
---
Neither with this one (which seems to come from Apple) :
Environment: Operating System: Steps to Reproduce: Parse a mail with one of the header above. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||