[PR #1425] [MERGED] fix(backend): jmap config with smtp server #1504

Closed
opened 2026-02-25 21:38:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1425
Author: @Shadow243
Created: 1/17/2025
Status: Merged
Merged: 2/12/2025
Merged by: @josaphatim

Base: masterHead: fixed-jmap-conf-with-sender-server


📝 Commits (2)

  • d13612b fix(backend): jmap config with smtp server
  • 3928290 Fixed profile creation

📊 Changes

1 file changed (+24 additions, -9 deletions)

View changed files

📝 modules/core/handler_modules.php (+24 -9)

📄 Description

Refactored server connection logic to handle cases where JMAP and SMTP coexist.

Currently, JMAP is added alone when $onlyJmap is true. The update replaces IMAP with JMAP in this case while allowing the possibility to check and add SMTP if $isSender is true.

Screenshot 2025-01-17 at 11 32 10

🔄 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/cypht-org/cypht/pull/1425 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@josaphatim](https://github.com/josaphatim) **Base:** `master` ← **Head:** `fixed-jmap-conf-with-sender-server` --- ### 📝 Commits (2) - [`d13612b`](https://github.com/cypht-org/cypht/commit/d13612b43252a35f93a52a4054a57653f04159c7) fix(backend): jmap config with smtp server - [`3928290`](https://github.com/cypht-org/cypht/commit/39282900c1dde278d53ede21c7eb95d6b44b58d8) Fixed profile creation ### 📊 Changes **1 file changed** (+24 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/handler_modules.php` (+24 -9) </details> ### 📄 Description Refactored server connection logic to handle cases where JMAP and SMTP coexist. Currently, JMAP is added alone when `$onlyJmap` is true. The update replaces IMAP with JMAP in this case while allowing the possibility to check and add SMTP if `$isSender` is true. <img width="1102" alt="Screenshot 2025-01-17 at 11 32 10" src="https://github.com/user-attachments/assets/827648fd-bd7e-4763-97a3-c2f278dfa422" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:28 +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/cypht#1504
No description provided.