Actions
Bug #20232
closedwrong encoded email header (t3lib_div::encodeHeader)
Start date:
2009-03-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the function t3lib_div::quoted_printable encodes all non ASCII character in their hex value correctly. But for email subject there must be no question mark (?) ASCII 63, because question mark is used to separate between charset, encoding and the encoded text [1].
The attached patch search for question mark, and replace with it's hex value.
[1] http://tools.ietf.org/html/rfc1342
send an email (with direct_mail), which having question mark in the subject.
See http://bugs.typo3.org/view.php?id=10678
Patch is made against 4.2.6
(issue imported from #M10769)
Files
Actions