[PR #824] [MERGED] Backporting menus (junk, trash and drafts) to 1.4.x #1073

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/824
Author: @Yannick243
Created: 11/13/2023
Status: Merged
Merged: 12/16/2023
Merged by: @josaphatim

Base: 1.4.xHead: 1.4.x-trash-junk-menu-backport


📝 Commits (1)

  • ab8afaa Added all junk, all trash and all drafts menu

📊 Changes

11 files changed (+417 additions, -82 deletions)

View changed files

📝 modules/core/handler_modules.php (+77 -0)
📝 modules/core/message_list_functions.php (+18 -0)
📝 modules/core/output_modules.php (+192 -0)
📝 modules/core/setup.php (+23 -2)
📝 modules/core/site.css (+1 -1)
📝 modules/core/site.js (+8 -2)
📝 modules/imap/functions.php (+5 -4)
📝 modules/imap/handler_modules.php (+62 -52)
📝 modules/imap/output_modules.php (+4 -4)
📝 modules/imap/setup.php (+11 -10)
📝 modules/imap/site.js (+16 -7)

📄 Description

Backporting menus (all junk, all trash and all drafts) to 1.4.x

Cherry picked from: https://github.com/cypht-org/cypht/commit/b622c291c8d82f01936f25145339e09de8a60988


🔄 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/824 **Author:** [@Yannick243](https://github.com/Yannick243) **Created:** 11/13/2023 **Status:** ✅ Merged **Merged:** 12/16/2023 **Merged by:** [@josaphatim](https://github.com/josaphatim) **Base:** `1.4.x` ← **Head:** `1.4.x-trash-junk-menu-backport` --- ### 📝 Commits (1) - [`ab8afaa`](https://github.com/cypht-org/cypht/commit/ab8afaab6d7f5639e2d3621ff63f4311b2a5d5a4) Added all junk, all trash and all drafts menu ### 📊 Changes **11 files changed** (+417 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/handler_modules.php` (+77 -0) 📝 `modules/core/message_list_functions.php` (+18 -0) 📝 `modules/core/output_modules.php` (+192 -0) 📝 `modules/core/setup.php` (+23 -2) 📝 `modules/core/site.css` (+1 -1) 📝 `modules/core/site.js` (+8 -2) 📝 `modules/imap/functions.php` (+5 -4) 📝 `modules/imap/handler_modules.php` (+62 -52) 📝 `modules/imap/output_modules.php` (+4 -4) 📝 `modules/imap/setup.php` (+11 -10) 📝 `modules/imap/site.js` (+16 -7) </details> ### 📄 Description Backporting menus (all junk, all trash and all drafts) to 1.4.x Cherry picked from: [https://github.com/cypht-org/cypht/commit/b622c291c8d82f01936f25145339e09de8a60988](https://github.com/cypht-org/cypht/commit/b622c291c8d82f01936f25145339e09de8a60988) --- <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: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#1073
No description provided.