Bug #28684
closedSwiftmailer integration does not use charset definitions in all cases
100%
Description
The swiftmailer integration does not use the renderCharset and metaCharset in all cases.
This results in broken e-mail encoding in some cases.
The first case is in the formmail content element. Here no charset is set if metaCharset equals renderCharset.
The second case is a bug in swiftmailer itself. The charset of the message is not used if a new part is added.
I added a patch, that let it work in my cases.
Files
Updated by Jigal van Hemert over 13 years ago
- Status changed from New to Needs Feedback
- Assignee set to Jigal van Hemert
- Complexity set to medium
Can you give the setup how to reproduce the problem?
The problem inside SwiftMailer itself has to be fixed by the author of SwiftMailer. The problem is already reported (quite some time ago):
http://swiftmailer.lighthouseapp.com/projects/21527/tickets/107--addparty-does-not-inherit-encoding
At first sight, it looks like the problem for TYPO3 could be solved by explicitly setting the charset for each part which is added.
Updated by Sven Schoradt about 13 years ago
Jigal van Hemert wrote:
Can you give the setup how to reproduce the problem?
We add a contact form as form content. The email send, after submitting the form has broken characters.
Updated by Mr. Hudson about 13 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 of change I712128156ee86e1d2372fef826703fb35a3b1122 has been pushed to the review server.
It is available at http://review.typo3.org/6744
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6744
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6744
Updated by Jigal van Hemert almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 618cb8bb6a6f813131b2dfb5d27dfd039d20de9a.
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/8910
Updated by Jigal van Hemert almost 13 years ago
- Status changed from Under Review to Resolved
Applied in changeset a9e4868a929faa4dddf0012e869689503aaee627.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/13006
Updated by Jigal van Hemert over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset bc0feedd7bb052c106bc0e873d70c0e2e7c39d52.