TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,39 @@
.. include:: /Includes.rst.txt
.. _deprecation-62794:
====================================================
Deprecation: #62794 - Mail methods in GeneralUtility
====================================================
See :issue:`62794`
Description
===========
The following methods of the class \TYPO3\CMS\Core\Utility\GeneralUtility have been marked as deprecated:
- quoted_printable()
- encodeHeader()
- substUrlsInPlainText()
Impact
======
The methods were used together with the old mail API and are now obsolete. Deprecation warnings will be triggered if used.
Affected installations
======================
Installations that still use those methods will trigger deprecations warnings.
Migration
=========
Code that still uses these methods should be refactored to the mail API using
TYPO3\CMS\Core\Mail\Mailer class.
.. index:: PHP-API, Backend