mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-26 05:26:00 +03:00
[PR #1270] [MERGED] [ENH] Implement Expose IMAP capabilities for sharing folders #1394
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#1394
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/1270
Author: @Shadow243
Created: 10/4/2024
Status: ✅ Merged
Merged: 10/12/2024
Merged by: @marclaporte
Base:
master← Head:imap-capabilities-for-sharing-folders📝 Commits (4)
586285d[ENH] Implement Expose IMAP capabilities for sharing foldersc252dd8Modal added359a2ceset_acl & get_acl implementedac7d952delete_acl add📊 Changes
12 files changed (+518 additions, -5 deletions)
View changed files
📝
modules/core/functions.php(+1 -0)📝
modules/core/output_modules.php(+106 -0)📝
modules/core/site.js(+12 -0)📝
modules/imap/functions.php(+7 -3)📝
modules/imap/handler_modules.php(+54 -0)📝
modules/imap/hm-imap.php(+151 -0)📝
modules/imap/output_modules.php(+11 -1)📝
modules/imap/setup.php(+13 -0)📝
modules/imap/site.css(+25 -0)📝
modules/imap/site.js(+128 -0)📝
tests/phpunit/modules/core/functions.php(+1 -1)📝
tests/phpunit/modules/core/output_modules.php(+9 -0)📄 Description
Related issue: https://github.com/cypht-org/cypht/issues/763

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.