-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(frontend/backend): add support for Exchange Web Services (EWS) #1278
base: master
Are you sure you want to change the base?
Conversation
…port, add ews package
… appropriately for message list page
…ts, get message or part contents, display message
…y subscribed based on setting
Email clients come in many varieties:
Cypht Webmail will soon be one of the rare mail clients in the world to support IMAP/SMTP, JMAP and EWS! |
…ation - sending emails via API, fixes for delete/hard-delete items, expunge, removing attachments, folder selection, flags
This is no longer a draft and can be more extensively tested. Ideas how? I am able to create exchange accounts in our test exchange system. |
@kambereBr and @Shadow243 are now testing. |
There will be more conflicts as master branch is actively being developed and this PR has quite substantional changes in imap and smtp modules. Merged and resolved the existing conflicts for now. |
…s well; strip tags on preview body to handle html more gracefully
…ver datetime when we display 'just now' date string
…e server address to get the email address, so that we can populate the send from address; mime part (message source) view of the full mime content; fix email sending JS issues and uploaded files issues encoded multiple times
To follow this PR ^^ |
… sieve fixes for ews
For the record: @Shadow243 and @kroky are coordinating on testing. Expect some work in the coming 10 days and then, we should be good to merge to master, and unleash it onto the world :-) |
…and item ids when certain operations are performed; fix snooze/unsnooze operations
…t and crypt content on disk, so it can be loaded later by hm_mime_msg
Garethp/php-ews#266 has been merged |
Updated to latest php-ews upstream client which has the latest wsdl file changes accepted, so now ArchiveItem is also there to use. Merged latest master and resolved the conflicts. Things look good on my end. I think this is ready to be merged unless testers have something else to report? |
I’ll go over it again to confirm. |
Feature request: #247
Work in progress: