mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[PR #1504] [MERGED] fix(frontend/backend): block sender and screen email (dislike email) not working #1562
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1562
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix-dislike-email-and-block-email-account📝 Commits (1)
77d295bfix(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
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.
When you click on dislike email, there are 2 behaviors that are random:
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.