Bug #21398
closedRemove deprecated methods in t3lib_htmlmail
0%
Description
Methods quoted_printable() and convertName() were announced to be removed in TYPO3 4.3. Do this yet.
(issue imported from #M12391)
Files
Updated by Ernesto Baschny about 14 years ago
We won't remove deprecated stuff in 4.5 yet (LTS) but start doing so drastically in 4.6. So changed target version and keep it pending.
Regarding this issue, we'll introduce SwiftMail in 4.5, so these methods won't be needed for modern mailing effords anymore anyway. We hope that some time after 4.5 is there, everyone switches from t3lib_htmlmail to t3lib_mail (SwiftMail based) anyway.
Updated by Ernesto Baschny over 13 years ago
Note that the whole t3lib_htmlmail is deprecated as of 4.5, so we could remove it in 4.7.
And this particular removal has already been done by Christian Kuhn in #25103. See this change:
http://git.typo3.org/TYPO3v4/Core.git?a=commit;h=42fcefcf61703d09e6029af765a2cc592b489015
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed