[PR #1504] [MERGED] fix(frontend/backend): block sender and screen email (dislike email) not working #1562

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1504
Author: @christer77
Created: 5/2/2025
Status: Merged
Merged: 7/8/2025
Merged by: @kroky

Base: masterHead: fix-dislike-email-and-block-email-account


📝 Commits (1)

  • 77d295b fix(frontend/backend): block sender and screen email (dislike email) not working

📊 Changes

8 files changed (+48 additions, -20 deletions)

View changed files

📝 modules/core/functions.php (+1 -0)
📝 modules/imap/handler_modules.php (+15 -0)
📝 modules/imap/output_modules.php (+1 -1)
📝 modules/imap/setup.php (+1 -0)
📝 modules/imap/site.js (+10 -12)
📝 modules/sievefilters/functions.php (+1 -1)
📝 modules/sievefilters/modules.php (+18 -6)
📝 modules/sievefilters/setup.php (+1 -0)

📄 Description

  1. For email server that supports Sieve, opening a message, in the headers section try to click "Block Sender".
    A php error is returned in the server logs.

  2. When you click on dislike email, there are 2 behaviors that are random:

  • sometimes the page reloads again
  • If the page does not reload, there is a PHP error is returned.

PHP error Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, stdClass given in


🔄 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/1504 **Author:** [@christer77](https://github.com/christer77) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `fix-dislike-email-and-block-email-account` --- ### 📝 Commits (1) - [`77d295b`](https://github.com/cypht-org/cypht/commit/77d295be3312808b12718f36b584ab61e0935ca7) fix(frontend/backend): block sender and screen email (dislike email) not working ### 📊 Changes **8 files changed** (+48 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/functions.php` (+1 -0) 📝 `modules/imap/handler_modules.php` (+15 -0) 📝 `modules/imap/output_modules.php` (+1 -1) 📝 `modules/imap/setup.php` (+1 -0) 📝 `modules/imap/site.js` (+10 -12) 📝 `modules/sievefilters/functions.php` (+1 -1) 📝 `modules/sievefilters/modules.php` (+18 -6) 📝 `modules/sievefilters/setup.php` (+1 -0) </details> ### 📄 Description 1. For email server that supports Sieve, opening a message, in the headers section try to click "Block Sender". A php error is returned in the server logs. 2. When you click on dislike email, there are 2 behaviors that are random: - sometimes the page reloads again - If the page does not reload, there is a PHP error is returned. PHP error `Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, stdClass given in` --- <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:39 +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#1562
No description provided.