mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #659] [MERGED] Added snooze functionnality to imap #964
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#964
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/659
Author: @josaphatim
Created: 12/10/2022
Status: ✅ Merged
Merged: 8/29/2023
Merged by: @kroky
Base:
master← Head:snooze-msg📝 Commits (2)
73b5aabAdded snooze functionnality to messagesbacafd4Added snooze functionnality to imap📊 Changes
13 files changed (+402 additions, -35 deletions)
View changed files
📝
lib/module.php(+8 -0)📝
modules/core/message_list_functions.php(+3 -2)📝
modules/core/site.css(+1 -0)📝
modules/github/modules.php(+1 -2)📝
modules/imap/functions.php(+162 -7)📝
modules/imap/handler_modules.php(+86 -9)📝
modules/imap/hm-imap.php(+6 -4)📝
modules/imap/output_modules.php(+21 -2)📝
modules/imap/setup.php(+23 -1)📝
modules/imap/site.css(+14 -0)📝
modules/imap/site.js(+74 -0)📝
modules/nux/modules.php(+2 -6)📝
modules/wordpress/modules.php(+1 -2)📄 Description
With this merge request users can waiten emails by picking a desired date, or with some predefined helpers (later on the day, tomorrow, next weekend, next week on monday, or the first of next month). Snoozed messages go to Snoozed folder. All snoozed emails (with X-Snoozed header) and all emails in snoozed folder can be unsnoozed manually. Automatic unsnoozed is for now done by a script that runs every minute to unsnooze email which dates are reached.
It fixes https://github.com/jasonmunro/cypht/issues/572
And relates https://avan.tech/item59012
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.