Bug #33676
SwiftMailerAdapter doesn't handle parameters in parameterized headers
| Status: | Rejected | Start date: | 2012-02-04 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
In a parameterized header, the adapter just treats the parameters as part of the value instead of correctly passing them as parameters to SwiftMailer. This leads, for example, to the charset parameter of the Content-Type header to be duplicated.
History
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8839
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8839
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8839
Updated by Gerrit Code Review over 1 year ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8839
Updated by Gerrit Code Review over 1 year ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8839
Updated by Jigal van Hemert 2 months ago
- Status changed from Under Review to Rejected
The SwiftMailerAdapter will be deprecated in TYPO3 CMS 6.1. It was only meant as a temporary solution to send most mails from old API calls using SwiftMailer until the extensions use the new mail API.
The extension should by now use the new mail API.
No effort will be made to improve the SwiftMailerAdapter or to add functionality.