[PR #223] [CLOSED] Cursor/check php editor compatibility 00fa #452

Closed
opened 2026-03-15 02:15:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/223
Author: @jmsobe
Created: 9/29/2025
Status: Closed

Base: mainHead: cursor/check-php-editor-compatibility-00fa


📝 Commits (4)

  • 07d2052 Remove API key config and email sending functionality (#1)
  • abc7f77 Checkpoint before follow-up message
  • 91cd34b Checkpoint before follow-up message
  • 1489d2f Refactor: Move backend logic to PHP

📊 Changes

24 files changed (+4630 additions, -390 deletions)

View changed files

apps/web/app/components/api-key-config-dialog.tsx (+0 -148)
📝 apps/web/app/components/email-editor-sandbox.tsx (+87 -111)
apps/web/app/lib/api-config.server.ts (+0 -7)
apps/web/app/routes/api.v1.config.ts (+0 -49)
apps/web/app/routes/api.v1.emails.send.ts (+0 -75)
php-api/.htaccess (+14 -0)
php-api/README.md (+176 -0)
php-api/build.sh (+42 -0)
php-api/composer.json (+24 -0)
php-api/data/maily.db (+0 -0)
php-api/package-lock.json (+2629 -0)
php-api/package.json (+28 -0)
php-api/public/index.php (+45 -0)
php-api/server.js (+368 -0)
php-api/src/Api/AuthController.php (+79 -0)
php-api/src/Api/EmailsController.php (+51 -0)
php-api/src/Api/TemplatesController.php (+158 -0)
php-api/src/Core/Auth.php (+99 -0)
php-api/src/Core/Database.php (+161 -0)
php-api/src/Core/EmailRenderer.php (+183 -0)

...and 4 more files

📄 Description

merge with


🔄 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/arikchakma/maily.to/pull/223 **Author:** [@jmsobe](https://github.com/jmsobe) **Created:** 9/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cursor/check-php-editor-compatibility-00fa` --- ### 📝 Commits (4) - [`07d2052`](https://github.com/arikchakma/maily.to/commit/07d205291a3e0b1b1903508623c27bb62895d191) Remove API key config and email sending functionality (#1) - [`abc7f77`](https://github.com/arikchakma/maily.to/commit/abc7f776415d23f5efee9e9a0d0ef7af224806ce) Checkpoint before follow-up message - [`91cd34b`](https://github.com/arikchakma/maily.to/commit/91cd34b17109f9adfdfe2244801ce92e035aa2e5) Checkpoint before follow-up message - [`1489d2f`](https://github.com/arikchakma/maily.to/commit/1489d2f9de8461a0a65782bb3e0c668ddc84d1d0) Refactor: Move backend logic to PHP ### 📊 Changes **24 files changed** (+4630 additions, -390 deletions) <details> <summary>View changed files</summary> ➖ `apps/web/app/components/api-key-config-dialog.tsx` (+0 -148) 📝 `apps/web/app/components/email-editor-sandbox.tsx` (+87 -111) ➖ `apps/web/app/lib/api-config.server.ts` (+0 -7) ➖ `apps/web/app/routes/api.v1.config.ts` (+0 -49) ➖ `apps/web/app/routes/api.v1.emails.send.ts` (+0 -75) ➕ `php-api/.htaccess` (+14 -0) ➕ `php-api/README.md` (+176 -0) ➕ `php-api/build.sh` (+42 -0) ➕ `php-api/composer.json` (+24 -0) ➕ `php-api/data/maily.db` (+0 -0) ➕ `php-api/package-lock.json` (+2629 -0) ➕ `php-api/package.json` (+28 -0) ➕ `php-api/public/index.php` (+45 -0) ➕ `php-api/server.js` (+368 -0) ➕ `php-api/src/Api/AuthController.php` (+79 -0) ➕ `php-api/src/Api/EmailsController.php` (+51 -0) ➕ `php-api/src/Api/TemplatesController.php` (+158 -0) ➕ `php-api/src/Core/Auth.php` (+99 -0) ➕ `php-api/src/Core/Database.php` (+161 -0) ➕ `php-api/src/Core/EmailRenderer.php` (+183 -0) _...and 4 more files_ </details> ### 📄 Description merge with --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:15:35 +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/maily.to#452
No description provided.