Project

General

Profile

Actions

Bug #35587

closed

SimpleMailInvoker as well as old Mail API break message on \n.\n

Added by Christoph Buchli about 12 years ago. Updated almost 12 years ago.

Status:
Rejected
Priority:
Won't have this time
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-04-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

If you use the old Mail Delivery method by setting substituteMailDelivery = 0 or if you use the SimpleMailInvoker of Swiftmailer, a message breaks if it contains a single period on a line.

With Swiftmailer, the trick part is, that this not only happens by actually having a dot on a line for itself but also if you have a line with a dot at the end that happens to be 73 characters long: SwiftMailer breaks the message at the 72nd character which results in a cut message even if the content wouldn't actually have a "single period"-line.
(In my tests this happend even if the line wasn't exactly 73 characters long but don't ask my why ;)

This probably needs to be fixed in all TYPO3-Versions...


Files

35587_t3lib.diff (717 Bytes) 35587_t3lib.diff /t3lib/ part Christoph Buchli, 2012-04-03 09:47
35587_typo3.diff (685 Bytes) 35587_typo3.diff /typo3/ part Christoph Buchli, 2012-04-03 09:47
Actions

Also available in: Atom PDF