[PR #585] [MERGED] Allow explicitly defined smtp auth mechansim #15606

Closed
opened 2026-04-23 07:25:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/585
Author: @ViViDboarder
Created: 8/24/2019
Status: Merged
Merged: 8/27/2019
Merged by: @dani-garcia

Base: masterHead: mail-auth-over-insecure


📝 Commits (2)

  • 2d27451 Allow explicitly defined smtp auth mechansim
  • 672a245 Remove unecessary clone

📊 Changes

3 files changed (+15 additions, -0 deletions)

View changed files

📝 .env.template (+1 -0)
📝 src/config.rs (+2 -0)
📝 src/mail.rs (+12 -0)

📄 Description

This allows using Xoauth2 or forcing an auth mechanism over an unencrypted connection.


🔄 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/585 **Author:** [@ViViDboarder](https://github.com/ViViDboarder) **Created:** 8/24/2019 **Status:** ✅ Merged **Merged:** 8/27/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `mail-auth-over-insecure` --- ### 📝 Commits (2) - [`2d27451`](https://github.com/dani-garcia/vaultwarden/commit/2d2745195e8426bd2d63a4ab233c37c04852a356) Allow explicitly defined smtp auth mechansim - [`672a245`](https://github.com/dani-garcia/vaultwarden/commit/672a2455481d52ffc6d0499ec110e0e02269884b) Remove unecessary clone ### 📊 Changes **3 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+1 -0) 📝 `src/config.rs` (+2 -0) 📝 `src/mail.rs` (+12 -0) </details> ### 📄 Description This allows using `Xoauth2` or forcing an auth mechanism over an unencrypted connection. --- <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-23 07:25:55 -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#15606