Skip to content

Fix email header base64 padding#6961

Merged
dani-garcia merged 1 commit intodani-garcia:mainfrom
BlackDex:fix-email-padding
Mar 17, 2026
Merged

Fix email header base64 padding#6961
dani-garcia merged 1 commit intodani-garcia:mainfrom
BlackDex:fix-email-padding

Conversation

@BlackDex
Copy link
Collaborator

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

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 dani-garcia#6960

Signed-off-by: BlackDex <black.dex@gmail.com>
@BlackDex BlackDex requested a review from dani-garcia March 17, 2026 12:53
@dani-garcia dani-garcia merged commit 2b37368 into dani-garcia:main Mar 17, 2026
9 checks passed
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.

KnownDevice failed: "X-Request-Email value failed to decode as base64url"

2 participants