mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[PR #1388] [MERGED] Map new message identifiers to all existing entries (from the Tags repository & the client message cache storage) of the same message when it is moved #1476
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#1476
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/1388
Author: @mercihabam
Created: 11/26/2024
Status: ✅ Merged
Merged: 11/27/2024
Merged by: @mercihabam
Base:
master← Head:enh-move-action📝 Commits (5)
d76fb4eMap new message identifiers to all existing entries (from the Tags repository & the client message cache storage) of the same message when it is moved806d42aRefacor every usage of the "$imap->message_action()" to the new return type4cd0996Sync the Tag Repository when moving a message to a different servere0da724Fix the move_responses when moving messages in a batch8c68640Update the messages store when after a move operation📊 Changes
13 files changed (+226 additions, -54 deletions)
View changed files
📝
modules/core/js_modules/Hm_MessagesStore.js(+11 -0)📝
modules/core/js_modules/utils/sortable.js(+8 -5)📝
modules/core/navigation/utils.js(+1 -1)📝
modules/imap/functions.php(+51 -15)📝
modules/imap/handler_modules.php(+20 -11)📝
modules/imap/hm-imap.php(+31 -8)📝
modules/imap/setup.php(+1 -0)📝
modules/imap/site.js(+8 -2)📝
modules/smtp/modules.php(+1 -1)📝
modules/tags/handler_modules.php(+17 -0)📝
modules/tags/hm-tags.php(+62 -0)📝
modules/tags/setup.php(+4 -0)📝
tests/phpunit/modules/imap/hm_imap.php(+11 -11)📄 Description
TODO:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.