[PR #277] [MERGED] Implement starttls support for smtp #654

Closed
opened 2026-02-27 08:18:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/277
Author: @nitnelave
Created: 7/30/2022
Status: Merged
Merged: 7/30/2022
Merged by: @nitnelave

Base: mainHead: starttls


📝 Commits (2)

  • 31ea74e server: deprecate smtp.tls_required, add smtp_encryption
  • f5b88b2 server: add an option to use STARTTLS for smtp

📊 Changes

3 files changed (+29 additions, -9 deletions)

View changed files

📝 server/src/infra/cli.rs (+13 -1)
📝 server/src/infra/configuration.rs (+10 -4)
📝 server/src/infra/mail.rs (+6 -4)

📄 Description

No description provided


🔄 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/lldap/lldap/pull/277 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 7/30/2022 **Status:** ✅ Merged **Merged:** 7/30/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `starttls` --- ### 📝 Commits (2) - [`31ea74e`](https://github.com/lldap/lldap/commit/31ea74e0e4c7377d6f0b1811711da9384ba4fda7) server: deprecate smtp.tls_required, add smtp_encryption - [`f5b88b2`](https://github.com/lldap/lldap/commit/f5b88b2a187602df47f47811fee70c22ca26b2fd) server: add an option to use STARTTLS for smtp ### 📊 Changes **3 files changed** (+29 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `server/src/infra/cli.rs` (+13 -1) 📝 `server/src/infra/configuration.rs` (+10 -4) 📝 `server/src/infra/mail.rs` (+6 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:18:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#654
No description provided.