[PR #12] [CLOSED] Fix/Readme.md #18

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/12
Author: @DivyanshSikarwar-TB
Created: 10/25/2023
Status: Closed

Base: mainHead: fix/readme


📝 Commits (9)

  • 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
  • 1173cde Improved error response from mailchannel api
  • ff266aa Added support for Mail channel response in case of error
  • c4b0e01 Added api response in worker response for every case
  • 2e8b173 Readme file changes

📊 Changes

10 files changed (+1176 additions, -317 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 README.md (+43 -97)
📝 package-lock.json (+1003 -171)
📝 package.json (+5 -3)
src/controllers/dkim.ts (+21 -0)
📝 src/controllers/email.ts (+58 -20)
📝 src/main.ts (+2 -10)
📝 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/12 **Author:** [@DivyanshSikarwar-TB](https://github.com/DivyanshSikarwar-TB) **Created:** 10/25/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/readme` --- ### 📝 Commits (9) - [`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 - [`1173cde`](https://github.com/Sh4yy/cloudflare-email/commit/1173cde4619856cf9c212f2540963bac5798fde0) Improved error response from mailchannel api - [`ff266aa`](https://github.com/Sh4yy/cloudflare-email/commit/ff266aa81a661c16d0eb426acacd2b698d7ef15d) Added support for Mail channel response in case of error - [`c4b0e01`](https://github.com/Sh4yy/cloudflare-email/commit/c4b0e01be4e90da5933986db7e6383eaaf5bd559) Added api response in worker response for every case - [`2e8b173`](https://github.com/Sh4yy/cloudflare-email/commit/2e8b17327673602a6453b5081a0bd22aecb4d80e) Readme file changes ### 📊 Changes **10 files changed** (+1176 additions, -317 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `README.md` (+43 -97) 📝 `package-lock.json` (+1003 -171) 📝 `package.json` (+5 -3) ➕ `src/controllers/dkim.ts` (+21 -0) 📝 `src/controllers/email.ts` (+58 -20) 📝 `src/main.ts` (+2 -10) 📝 `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#18
No description provided.