mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #1278] [MERGED] feat(frontend/backend): add support for Exchange Web Services (EWS) #1402
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#1402
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/1278
Author: @kroky
Created: 10/9/2024
Status: ✅ Merged
Merged: 12/17/2024
Merged by: @kroky
Base:
master← Head:feature/ews📝 Commits (10+)
66c8715add mailbox bridge to imap module, subclass for imap/jmap and ews support, add ews package26a1d9dimap bridge update throughout the modules and bug fixes263665eUI updates - manage EWS servers like IMAP/SMTP ones, auth and start using the EWS API8ed434cEWS: folder management and message displaya42e9c5EWS: use a combination of FindItem and GetItem to get message headers appropriately for message list pageac7e7b9EWS: handle display of folder names0f7094cEWS: get message structure similar to imap using mime content and parts, get message or part contents, display message23f723fEWS: stream/download message part9603d7fEWS: special folders, auto-assign, review and display32279d1EWS: special folders update, emulate folder subscription and show only subscribed based on setting📊 Changes
30 files changed (+3110 additions, -929 deletions)
View changed files
📝
composer.json(+1 -0)📝
composer.lock(+553 -183)📝
lib/servers.php(+2 -2)📝
modules/advanced_search/modules.php(+22 -20)📝
modules/core/handler_modules.php(+4 -4)➕
modules/core/hm-mailbox.php(+589 -0)📝
modules/core/message_list_functions.php(+7 -7)📝
modules/core/modules.php(+1 -0)📝
modules/core/output_modules.php(+1 -1)📝
modules/core/site.js(+2 -2)📝
modules/imap/functions.php(+101 -127)📝
modules/imap/handler_modules.php(+331 -395)➕
modules/imap/hm-ews.php(+1093 -0)📝
modules/imap/hm-imap.php(+16 -6)📝
modules/imap/output_modules.php(+166 -2)📝
modules/imap/setup.php(+18 -0)📝
modules/imap/site.js(+21 -0)📝
modules/imap_folders/modules.php(+59 -53)📝
modules/nux/modules.php(+14 -5)📝
modules/profiles/functions.php(+7 -5)...and 10 more files
📄 Description
Feature request: https://github.com/cypht-org/cypht/issues/247
Work in progress:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.