-
- Downloads
Add the List-Unsubscribe header for notification emails. (#16274)
Adds both the List-Unsubscribe (RFC2369) and List-Unsubscribe-Post (RFC8058) headers to push notification emails, which together should: * Show an "Unsubscribe" link in the MUA UI when viewing Synapse notification emails. * Enable "one-click" unsubscribe (the user never leaves their MUA, which automatically makes a POST request to the specified endpoint).
Showing
- changelog.d/16274.feature 1 addition, 0 deletionschangelog.d/16274.feature
- synapse/handlers/send_email.py 9 additions, 1 deletionsynapse/handlers/send_email.py
- synapse/push/mailer.py 28 additions, 5 deletionssynapse/push/mailer.py
- synapse/rest/synapse/client/unsubscribe.py 17 additions, 0 deletionssynapse/rest/synapse/client/unsubscribe.py
- tests/push/test_email.py 55 additions, 0 deletionstests/push/test_email.py
Loading
Please register or sign in to comment