Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Gabriele BulfonGabriele BulfonReporter
Gabriele BulfonGabriele BulfonFix Branch
developFix Version
5.20.0Release Version
wt-5.22.1WAR ##
0648Components
Priority
MediumParent
Details
Details
Assignee
Gabriele Bulfon
Gabriele BulfonReporter
Gabriele Bulfon
Gabriele BulfonFix Branch
develop
Fix Version
5.20.0
Release Version
wt-5.22.1
WAR ##
0648
Components
Priority
Parent
Created March 1, 2024 at 10:33 AM
Updated June 18, 2024 at 1:30 PM
Resolved March 21, 2024 at 8:01 AM
Implement redirect of email to another recipient as described here:
add funcion to forward an email as redirection through sender, asking only the recipient
prepare a clone of the original email adding “Resent-From:” header with the email of the user redirecting, eventually other Resent headers as described, and set recipient of the email to the new other recipient
send the email
The user receiving the redirected email will see it as a normal incoming email from the original sender, so the message view must then implement redirection detection by checking for “Resent-…” headers and show the “through <Resent-from>” on the right of the original sender.
The user receiving the redirected email will be able to answare to the original sender using normal reply functions.