fix(email): Fix sender and recipients decoding by cogk [frappe] PR#31872
From: https://github.com/frappe/frappe/pull/31872
Date: 2025-03-24 13:25:20+01:00
- chore: Fix semgrep error
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-31872
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-31872
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease