Fix email header base64 padding #54

Closed
opened 2026-04-05 20:29:12 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 3/17/2026

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

*Originally created by @BlackDex on 3/17/2026* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#54