[PR #1420] [MERGED] feat(other): add Junk button when Junk folder is configured for an IMAP Server #1500

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/1420
Author: @Baraka24
Created: 1/5/2025
Status: Merged
Merged: 3/24/2025
Merged by: @kroky

Base: masterHead: add-junk-button-to-msg_controls


📝 Commits (2)

  • 47e3f5e feat(other): add Junk button when Junk folder is configured for an IMAP/EWS Server
  • 8a89624 Merge branch 'master' into add-junk-button-to-msg_controls

📊 Changes

6 files changed (+135 additions, -68 deletions)

View changed files

📝 modules/core/message_list_functions.php (+3 -1)
📝 modules/imap/handler_modules.php (+86 -61)
📝 modules/imap/hm-ews.php (+37 -0)
📝 modules/imap/hm-imap.php (+3 -0)
📝 tests/phpunit/modules/core/message_list_functions.php (+1 -1)
📝 tests/phpunit/modules/core/output_modules.php (+5 -5)

📄 Description

🍰 Pullrequest

Issues


🔄 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/1420 **Author:** [@Baraka24](https://github.com/Baraka24) **Created:** 1/5/2025 **Status:** ✅ Merged **Merged:** 3/24/2025 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `add-junk-button-to-msg_controls` --- ### 📝 Commits (2) - [`47e3f5e`](https://github.com/cypht-org/cypht/commit/47e3f5e8f3c47eaf10ba13c8aa5dbcf3af6f4ed0) feat(other): add Junk button when Junk folder is configured for an IMAP/EWS Server - [`8a89624`](https://github.com/cypht-org/cypht/commit/8a89624ec70d64d49a969a15e4f25fc34e27b8a0) Merge branch 'master' into add-junk-button-to-msg_controls ### 📊 Changes **6 files changed** (+135 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/message_list_functions.php` (+3 -1) 📝 `modules/imap/handler_modules.php` (+86 -61) 📝 `modules/imap/hm-ews.php` (+37 -0) 📝 `modules/imap/hm-imap.php` (+3 -0) 📝 `tests/phpunit/modules/core/message_list_functions.php` (+1 -1) 📝 `tests/phpunit/modules/core/output_modules.php` (+5 -5) </details> ### 📄 Description <!-- You can find the latest issue templates here https://github.com/ulfgebhardt/issue-templates --> <!-- Validate your PR title - a quick Guide A valid PR title contains a type (https://github.com/commitizen/conventional-commit-types/blob/master/index.json), a scope (https://github.com/cypht-org/cypht/blob/master/.github/workflows/test.lint.pr.yml#L31) and a title starting with a lower case letter. Here are some valid examples: - fix(frontend): my fix - feat(backend): my feature - docs(docker): my docs - refactor(frontend/backend) : my refactor - test(unit): my test --> ## 🍰 Pullrequest <!-- Describe the Pullrequest. Use Screenshots if possible. --> ### Issues <!-- Which Issues does this fix, which are related? - fixes #XXX - relates #XXX --> - [Related issue](https://github.com/cypht-org/cypht/issues/1370) --- <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#1500
No description provided.