[PR #11] [CLOSED] Error log from Mail Channel Api #17

Closed
opened 2026-03-04 00:01:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Sh4yy/cloudflare-email/pull/11
Author: @DivyanshSikarwar-TB
Created: 9/8/2023
Status: Closed

Base: mainHead: errorLog


📝 Commits (5)

  • 1953e4c changes for webngage post body
  • 6a52f66 Integration testing fixes
  • 1b84c2b Add dkim support
  • 9f6b3ab Add dkim.js file
  • 1df4dc6 adding error logging from the mailchannel api

📊 Changes

9 files changed (+1125 additions, -213 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 package-lock.json (+1003 -171)
📝 package.json (+5 -3)
src/controllers/dkim.ts (+21 -0)
📝 src/controllers/email.ts (+41 -19)
📝 src/main.ts (+11 -4)
📝 src/schema/email.ts (+38 -15)
📝 worker-configuration.d.ts (+4 -0)
📝 wrangler.toml (+0 -1)

📄 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/Sh4yy/cloudflare-email/pull/11 **Author:** [@DivyanshSikarwar-TB](https://github.com/DivyanshSikarwar-TB) **Created:** 9/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `errorLog` --- ### 📝 Commits (5) - [`1953e4c`](https://github.com/Sh4yy/cloudflare-email/commit/1953e4cbf560e7beae9d2999efcce9e66c545d57) changes for webngage post body - [`6a52f66`](https://github.com/Sh4yy/cloudflare-email/commit/6a52f666e9303f1089dccd259ea7836742dadb26) Integration testing fixes - [`1b84c2b`](https://github.com/Sh4yy/cloudflare-email/commit/1b84c2b557b09b7982a06749ab3ace81d4c5ef31) Add dkim support - [`9f6b3ab`](https://github.com/Sh4yy/cloudflare-email/commit/9f6b3ab43a05e88e5c7cb585d799eea7cc240868) Add dkim.js file - [`1df4dc6`](https://github.com/Sh4yy/cloudflare-email/commit/1df4dc6219c5168d591e0a3b87052e1ff4144d8a) adding error logging from the mailchannel api ### 📊 Changes **9 files changed** (+1125 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `package-lock.json` (+1003 -171) 📝 `package.json` (+5 -3) ➕ `src/controllers/dkim.ts` (+21 -0) 📝 `src/controllers/email.ts` (+41 -19) 📝 `src/main.ts` (+11 -4) 📝 `src/schema/email.ts` (+38 -15) 📝 `worker-configuration.d.ts` (+4 -0) 📝 `wrangler.toml` (+0 -1) </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-03-04 00:01:40 +03:00
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#17
No description provided.