[PR #440] [MERGED] Fixed long e-mail message extending 1000 lines. #23609

Closed
opened 2026-05-22 00:28:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/440
Author: @BlackDex
Created: 3/25/2019
Status: Merged
Merged: 3/25/2019
Merged by: @dani-garcia

Base: masterHead: mail-encoding


📝 Commits (1)

  • 6b686c1 Fixed long e-mail message extending 1000 lines.

📊 Changes

3 files changed (+28 additions, -2 deletions)

View changed files

📝 Cargo.lock (+7 -0)
📝 Cargo.toml (+1 -0)
📝 src/mail.rs (+20 -2)

📄 Description

  • Added quoted_printable crate to encode the e-mail messages.
  • Change the way the e-mail gets build to use custom part headers.

🔄 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/440 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/25/2019 **Status:** ✅ Merged **Merged:** 3/25/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `mail-encoding` --- ### 📝 Commits (1) - [`6b686c1`](https://github.com/dani-garcia/vaultwarden/commit/6b686c18f72307e07bca213c0c3fcd13fa02c02c) Fixed long e-mail message extending 1000 lines. ### 📊 Changes **3 files changed** (+28 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/mail.rs` (+20 -2) </details> ### 📄 Description - Added quoted_printable crate to encode the e-mail messages. - Change the way the e-mail gets build to use custom part headers. --- <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-05-22 00:28:36 -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#23609