Project

General

Profile

Actions

Bug #22810

closed

t3lib_div::quoted_printable wrong mail message encoding

Added by Jan-Markus Gomer almost 14 years ago. Updated over 10 years ago.

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)

Actions

Also available in: Atom PDF