Skip to content
Snippets Groups Projects
Commit 0930a80f authored by Muhammad Suleman's avatar Muhammad Suleman Committed by Benni Mack
Browse files

[FEATURE] Add additional parameters to email links

It is now possible to define additional
fields (subject, cc, bcc, body) to links to emails
by default.

This means, that in the link picker of the
TYPO3 Backend, emails can now be filled
with additional fields, and the TYPO3
Frontend renders the mailto link properly
encoded.

The <f:link.email> Fluid ViewHelper now
also accepts the new properties:
 * subject
 * cc
 * bcc
 * body

This change also fixes some problems with
existing links with percent-encoded parameters (RFC 3986)
(see tests).

Resolves: #70276
Resolves: #84594
Releases: main
Change-Id: Iaf0366927feb79c9bfa0319556569236409858fd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77514


Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent 6b43d7ef
Showing
with 236 additions and 45 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment