[PR #18] timingSafeEqual, DKIM support, dns setup script and GitHub action #21

Open
opened 2026-03-04 00:01:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Sh4yy/cloudflare-email/pull/18
Author: @D3vl0per
Created: 4/28/2024
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 5c18223 timingSafeEqual, DKIM support, dns setup script and GitHub action

📊 Changes

9 files changed (+148 additions, -16 deletions)

View changed files

.github/workflows/cloudflare-deploy.yml (+27 -0)
dns-setup.sh (+48 -0)
📝 package-lock.json (+16 -0)
📝 package.json (+3 -2)
📝 src/controllers/email.ts (+26 -6)
📝 src/main.ts (+6 -6)
📝 src/middlewares/auth.ts (+19 -1)
📝 worker-configuration.d.ts (+3 -0)
📝 wrangler.toml (+0 -1)

📄 Description

Features:

  • timingSafeEqual token check
  • DKIM support
  • DNS setup bash script
  • GitHub action

🔄 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/Sh4yy/cloudflare-email/pull/18 **Author:** [@D3vl0per](https://github.com/D3vl0per) **Created:** 4/28/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5c18223`](https://github.com/Sh4yy/cloudflare-email/commit/5c18223fff8581d5962be6a7576fb13ec0f794b4) timingSafeEqual, DKIM support, dns setup script and GitHub action ### 📊 Changes **9 files changed** (+148 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/cloudflare-deploy.yml` (+27 -0) ➕ `dns-setup.sh` (+48 -0) 📝 `package-lock.json` (+16 -0) 📝 `package.json` (+3 -2) 📝 `src/controllers/email.ts` (+26 -6) 📝 `src/main.ts` (+6 -6) 📝 `src/middlewares/auth.ts` (+19 -1) 📝 `worker-configuration.d.ts` (+3 -0) 📝 `wrangler.toml` (+0 -1) </details> ### 📄 Description Features: - timingSafeEqual token check - DKIM support - DNS setup bash script - GitHub action --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
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/cloudflare-email#21
No description provided.