[PR #1270] [MERGED] [ENH] Implement Expose IMAP capabilities for sharing folders #1394

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1270
Author: @Shadow243
Created: 10/4/2024
Status: Merged
Merged: 10/12/2024
Merged by: @marclaporte

Base: masterHead: imap-capabilities-for-sharing-folders


📝 Commits (4)

  • 586285d [ENH] Implement Expose IMAP capabilities for sharing folders
  • c252dd8 Modal added
  • 359a2ce set_acl & get_acl implemented
  • ac7d952 delete_acl add

📊 Changes

12 files changed (+518 additions, -5 deletions)

View changed files

📝 modules/core/functions.php (+1 -0)
📝 modules/core/output_modules.php (+106 -0)
📝 modules/core/site.js (+12 -0)
📝 modules/imap/functions.php (+7 -3)
📝 modules/imap/handler_modules.php (+54 -0)
📝 modules/imap/hm-imap.php (+151 -0)
📝 modules/imap/output_modules.php (+11 -1)
📝 modules/imap/setup.php (+13 -0)
📝 modules/imap/site.css (+25 -0)
📝 modules/imap/site.js (+128 -0)
📝 tests/phpunit/modules/core/functions.php (+1 -1)
📝 tests/phpunit/modules/core/output_modules.php (+9 -0)

📄 Description

Related issue: https://github.com/cypht-org/cypht/issues/763
Screenshot 2024-10-10 at 03 11 09


🔄 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/1270 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 10/4/2024 **Status:** ✅ Merged **Merged:** 10/12/2024 **Merged by:** [@marclaporte](https://github.com/marclaporte) **Base:** `master` ← **Head:** `imap-capabilities-for-sharing-folders` --- ### 📝 Commits (4) - [`586285d`](https://github.com/cypht-org/cypht/commit/586285d0d48b4ba8dab87219196c26e9b338e58c) [ENH] Implement Expose IMAP capabilities for sharing folders - [`c252dd8`](https://github.com/cypht-org/cypht/commit/c252dd863b11faf8bf50cef2eca21eb91b51f091) Modal added - [`359a2ce`](https://github.com/cypht-org/cypht/commit/359a2ce3b17ccfc6d36f7060c3e2b71fa7320c13) set_acl & get_acl implemented - [`ac7d952`](https://github.com/cypht-org/cypht/commit/ac7d952fda21ce1be5bb8bf06a65c44753f2b0d5) delete_acl add ### 📊 Changes **12 files changed** (+518 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/functions.php` (+1 -0) 📝 `modules/core/output_modules.php` (+106 -0) 📝 `modules/core/site.js` (+12 -0) 📝 `modules/imap/functions.php` (+7 -3) 📝 `modules/imap/handler_modules.php` (+54 -0) 📝 `modules/imap/hm-imap.php` (+151 -0) 📝 `modules/imap/output_modules.php` (+11 -1) 📝 `modules/imap/setup.php` (+13 -0) 📝 `modules/imap/site.css` (+25 -0) 📝 `modules/imap/site.js` (+128 -0) 📝 `tests/phpunit/modules/core/functions.php` (+1 -1) 📝 `tests/phpunit/modules/core/output_modules.php` (+9 -0) </details> ### 📄 Description Related issue: https://github.com/cypht-org/cypht/issues/763 <img width="1394" alt="Screenshot 2024-10-10 at 03 11 09" src="https://github.com/user-attachments/assets/e08c858d-93f7-4fcd-a6ef-01a231c33a18"> --- <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:08 +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#1394
No description provided.