-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Move EWS commands logic to EWS API module #38632
base: master
Are you sure you want to change the base?
Conversation
- delete_attachments_for_message - get_entry_for_object - is_empty_object - filter_dict_null - switch_hr_headers
- recover_soft_delete_items - create_folder - mark_item_as_junk - MarkAsJunk class
- get_folder - folder_to_context_entry - get_expanded_group - ExpandGroup class - mark_item_as_read
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
##### EWS v2 | ||
|
||
- Improved the implementation by consolidating shared code between EWS integrations. | ||
- Fixed an issue with **ews-get-out-of-office-status** failing to get the **internalReply**/**externalReply** fields. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fixed an issue with **ews-get-out-of-office-status** failing to get the **internalReply**/**externalReply** fields. | |
- Fixed an issue with ***ews-get-out-of-office-status*** failing to get the **internalReply**/**externalReply** fields. |
- Fixed an issue with **ews-get-out-of-office-status** failing to get the **internalReply**/**externalReply** fields. | ||
- Fixed an issue causing the **ews-move-item-between-mailboxes** command to fail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fixed an issue with **ews-get-out-of-office-status** failing to get the **internalReply**/**externalReply** fields. | |
- Fixed an issue causing the **ews-move-item-between-mailboxes** command to fail. | |
- Fixed an issue with ***ews-get-out-of-office-status*** failing to get the **internalReply**/**externalReply** fields. | |
- Fixed an issue causing the ***ews-move-item-between-mailboxes*** command to fail. |
@omerKarkKatz @amshamah419 @thefrieddan1 Doc review completed |
Status
Related Issues
fixes: CIAC-12274
Description
Moved the following command logic from EWSv2/EWSO365 to EWSApiModule:
Must have