Skip to content

Fixs : add email.bodyValues to ctx object passed to onRenderEmailBody - #609

Merged
rathlinus merged 2 commits into
bulwarkmail:mainfrom
paulhenry46:fixs
Jul 13, 2026
Merged

Fixs : add email.bodyValues to ctx object passed to onRenderEmailBody#609
rathlinus merged 2 commits into
bulwarkmail:mainfrom
paulhenry46:fixs

Conversation

@paulhenry46

@paulhenry46 paulhenry46 commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary

2 fixs :

  • add bodyValues: email.bodyValues to ctx object passed to onRenderEmailBody. It will be used to decrypt inline PGP emails. (Without, we could use the blobId of message and fetch, but it would be inefficient because the data is already fetched.)
  • add 'upfiles.get', 'upfiles.save', which correspond to methods introduced by feat: add 3 new plugin hooks : onBeforeBlobUpload, onBeforeDraftAutoS… #586 to protocol plugin sandbox.

Related Issues

Related to #481

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor / code quality improvement
  • Chore / dependency update / CI change

Checklist

  • I have read the Contributing Guide
  • My code follows the project's code style and conventions
  • I have run npm run typecheck && npm run lint and there are no errors
  • The build passes (npm run build)
  • I have tested my changes locally
  • I have added or updated documentation if needed
  • I have updated translations (locales/) if my changes affect user-facing text
  • I have included screenshots or a screen recording for UI changes

Screenshots / Demo

Notes for Reviewers

@paulhenry46
paulhenry46 marked this pull request as ready for review July 12, 2026 17:20
@rathlinus
rathlinus merged commit 20d0221 into bulwarkmail:main Jul 13, 2026
@paulhenry46
paulhenry46 deleted the fixs branch July 21, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants