mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
[PR #6961] [MERGED] Fix email header base64 padding #22074
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6961
Author: @BlackDex
Created: 3/17/2026
Status: ✅ Merged
Merged: 3/17/2026
Merged by: @dani-garcia
Base:
main← Head:fix-email-padding📝 Commits (1)
325d50fFix email header base64 padding📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
src/api/core/accounts.rs(+5 -0)📄 Description
Newer versions of the Bitwarden client use Base64 with padding. Since this is not a streaming string, but a defined length, we can just strip the
=chars.Fixes #6960
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.