Actions
Bug #22810
closedt3lib_div::quoted_printable wrong mail message encoding
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
It can happen that the t3lib_div::quoted_printable function adds a linebreak to the mailcontent just in front of a point. If this happens, Mail Programs will ingore the point directly after the linebreak. To fix that Problem I modified line 5188 and added an additional condition:
if (($len>($maxlen-4) || ($len>($maxlen-14) && $ordVal==32)) && $ordVal!=46) {
This modification fixed my problem.
(issue imported from #M14619)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No response in over 3 month so closing this issue.
If you think this issue should be reopened, then write to the bugs mailing list.
Actions