[PR #6961] [MERGED] Fix email header base64 padding #12740

Closed
opened 2026-04-20 15:57:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix-email-padding


📝 Commits (1)

  • 325d50f Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6961 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/17/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-email-padding` --- ### 📝 Commits (1) - [`325d50f`](https://github.com/dani-garcia/vaultwarden/commit/325d50f37b5c5a3277ef1888ad71fef28fc20a26) Fix email header base64 padding ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/accounts.rs` (+5 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 15:57:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#12740