[PR #909] [MERGED] improve JMAP compatibilities with stalwart #1138

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/909
Author: @Shadow243
Created: 2/19/2024
Status: Merged
Merged: 3/5/2024
Merged by: @kroky

Base: masterHead: stalwart-jmap-648


📝 Commits (5)

  • 4c0ddb9 check that messageId/from/to are arrays before imploding/combining them
  • c3b0770 set api_url to the full url that was returned in apiUrl
  • 3612f9b apparently jmap spec says that an account is primary in the 'primaryAccount' toplevel key
  • 851134c unescape slashes when encoding the JMAP methods
  • e9cecf9 Fix PHP Fatal error: Uncaught TypeError: array_key_exists() in cypht/lib/repository.php:76 with php8.x

📊 Changes

2 files changed (+7 additions, -9 deletions)

View changed files

📝 lib/repository.php (+1 -1)
📝 modules/imap/hm-jmap.php (+6 -8)

📄 Description

This Pull Request follows a proposal that had been made: https://github.com/cypht-org/cypht/pull/648 adding support for JMAP in Cypht.


🔄 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/909 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `stalwart-jmap-648` --- ### 📝 Commits (5) - [`4c0ddb9`](https://github.com/cypht-org/cypht/commit/4c0ddb9f8ec16311c52d529918b245437c82e8ca) check that messageId/from/to are arrays before imploding/combining them - [`c3b0770`](https://github.com/cypht-org/cypht/commit/c3b0770f7dec30285470ad24e807a30e18068bcf) set api_url to the full url that was returned in apiUrl - [`3612f9b`](https://github.com/cypht-org/cypht/commit/3612f9b193d7682e23fd6b945ceb884108262fb7) apparently jmap spec says that an account is primary in the 'primaryAccount' toplevel key - [`851134c`](https://github.com/cypht-org/cypht/commit/851134c7b6519db6dbd34adf10d9cbc2810d734f) unescape slashes when encoding the JMAP methods - [`e9cecf9`](https://github.com/cypht-org/cypht/commit/e9cecf960c4fd180e873bbbea038a5a7e50b5b50) Fix PHP Fatal error: Uncaught TypeError: array_key_exists() in cypht/lib/repository.php:76 with php8.x ### 📊 Changes **2 files changed** (+7 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `lib/repository.php` (+1 -1) 📝 `modules/imap/hm-jmap.php` (+6 -8) </details> ### 📄 Description This Pull Request follows a proposal that had been made: [https://github.com/cypht-org/cypht/pull/648](https://github.com/cypht-org/cypht/pull/648) adding support for JMAP in Cypht. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:21 +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#1138
No description provided.