[TYPO3-core] RFC #16879: bug: Mail created with FORM content element and swift mailer shows empty body in thunderbird

Christian Kuhn lolli at schwarzbu.ch
Mon Jan 3 20:52:25 CET 2011


On 12/31/2010 02:07 PM, Jigal van Hemert wrote:
> Problem:
> To make the new Swift Mailer features available to the entire core a
> hook subscriber was made to route messages sent with t3lib_utility_Mail
> to the new Swift Mailer.
> Two problems were found when sending HTML mails:
> - the trailing semicolon of the Content-Type header was not removed,
> resulting in double semicolons
> - multi-part email messages were not split in separate parts. Instead
> the entire body was used and Swift Mailer considered that to be a single
> body part which needed encoding.
>
> Solution:
> - trim trailing semicolon of Content-Type headers
> - parse the message body, decode each part and add it to the new message
> object

+1 on reading and testing - works for me.

Regards
Christian


More information about the TYPO3-team-core mailing list