[PR #12] [MERGED] Add mail functionality into the development branch #57

Closed
opened 2026-09-04 00:21:55 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/12
Author: @stephan418
Created: 11/3/2021
Status: Merged
Merged: 11/3/2021
Merged by: @Stefan-5422

Base: devHead: feature-mail


📝 Commits (7)

  • 5d329ce Added basic code for sending emails
  • 42dc7b1 [create-pull-request] push formatted files
  • 1c8a681 Merge pull request #11 from detleph/create-pull-request/patch
  • cd07c11 Added dkim
  • 0c921ad Revert "Added dkim"
  • d20d8f9 Added dkim
  • 5afde71 Fixed mistake in docker-compose.yml

📊 Changes

8 files changed (+2254 additions, -65 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 README.md (+4 -0)
📝 docker-compose.yml (+22 -20)
📝 package-lock.json (+2115 -39)
📝 package.json (+10 -6)
scripts/dkim.sh (+33 -0)
src/Tests/mail.test.ts (+17 -0)
src/lib/mail.ts (+50 -0)

📄 Description

The mail functionality should be merged into the dev branch as soon as it is finished. After a review, it should therefore be merged right away. Development could continue on the mail branch if there is other functionality to add.


🔄 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/detleph/server/pull/12 **Author:** [@stephan418](https://github.com/stephan418) **Created:** 11/3/2021 **Status:** ✅ Merged **Merged:** 11/3/2021 **Merged by:** [@Stefan-5422](https://github.com/Stefan-5422) **Base:** `dev` ← **Head:** `feature-mail` --- ### 📝 Commits (7) - [`5d329ce`](https://github.com/detleph/server/commit/5d329cef3a10be3ec15a2a2aa117a156e36ab539) Added basic code for sending emails - [`42dc7b1`](https://github.com/detleph/server/commit/42dc7b15aadd753313f75ac1a451fabe090fdf2d) [create-pull-request] push formatted files - [`1c8a681`](https://github.com/detleph/server/commit/1c8a681e91173d350293a4f2f015c89f4b6e8efd) Merge pull request #11 from detleph/create-pull-request/patch - [`cd07c11`](https://github.com/detleph/server/commit/cd07c11b4472c57e331f31914c7594932b89f94e) Added dkim - [`0c921ad`](https://github.com/detleph/server/commit/0c921ad333fa6d305a05c1d2ca53f038a7ad91df) Revert "Added dkim" - [`d20d8f9`](https://github.com/detleph/server/commit/d20d8f90bc7a6b166e91afe7e16de6db3ddf0cf9) Added dkim - [`5afde71`](https://github.com/detleph/server/commit/5afde715b46d1d0bebef922340e9db1313fccb0e) Fixed mistake in docker-compose.yml ### 📊 Changes **8 files changed** (+2254 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `README.md` (+4 -0) 📝 `docker-compose.yml` (+22 -20) 📝 `package-lock.json` (+2115 -39) 📝 `package.json` (+10 -6) ➕ `scripts/dkim.sh` (+33 -0) ➕ `src/Tests/mail.test.ts` (+17 -0) ➕ `src/lib/mail.ts` (+50 -0) </details> ### 📄 Description The mail functionality should be merged into the dev branch as soon as it is finished. After a review, it should therefore be merged right away. Development could continue on the mail branch if there is other functionality to add. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:21:55 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#57