[PR #5620] DKIM implementations #3605

Open
opened 2026-02-05 05:36:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5620
Author: @DorianCoding
Created: 2/20/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 3f40fc4 changes to pull requests + rebase

📊 Changes

5 files changed (+60 additions, -6 deletions)

View changed files

📝 Cargo.lock (+3 -0)
📝 Cargo.toml (+1 -1)
📝 src/config.rs (+6 -0)
📝 src/mail.rs (+46 -4)
📝 src/main.rs (+4 -1)

📄 Description

Hello,

I would like to implement DKIM on Rust emails, so SPF and DKIM can be fulfilled and allows better transmission of mails.

Thanks.


🔄 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/5620 **Author:** [@DorianCoding](https://github.com/DorianCoding) **Created:** 2/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`3f40fc4`](https://github.com/dani-garcia/vaultwarden/commit/3f40fc49c04fab9f739dc269dfaf8dc0c0fd2720) changes to pull requests + rebase ### 📊 Changes **5 files changed** (+60 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -0) 📝 `Cargo.toml` (+1 -1) 📝 `src/config.rs` (+6 -0) 📝 `src/mail.rs` (+46 -4) 📝 `src/main.rs` (+4 -1) </details> ### 📄 Description Hello, I would like to implement DKIM on Rust emails, so SPF and DKIM can be fulfilled and allows better transmission of mails. Thanks. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:36:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3605