Skip to content

Conversation

@SebastianKrupinski
Copy link
Contributor

@SebastianKrupinski SebastianKrupinski commented Sep 2, 2025

Summary

  • Fix Microsoft exchange 2010 reply issue

Checklist

@SebastianKrupinski SebastianKrupinski marked this pull request as draft September 2, 2025 16:12
@SebastianKrupinski SebastianKrupinski requested review from kesselb and removed request for st3iny and tcitworld September 2, 2025 16:12
@SebastianKrupinski
Copy link
Contributor Author

@kesselb

This is the issue we talked about at Team week. Missing organizer property in MS replies.

This is the best solution I could think of, let me know if you think there is a better way?

@SebastianKrupinski
Copy link
Contributor Author

Tests missing, will write them when once the final solution is agreed on

@SebastianKrupinski SebastianKrupinski self-assigned this Sep 4, 2025
@SebastianKrupinski SebastianKrupinski force-pushed the fix/issue-53949-imip-quirks-mode branch 2 times, most recently from 8ba04e5 to b57dca7 Compare September 30, 2025 14:26
@SebastianKrupinski SebastianKrupinski marked this pull request as ready for review September 30, 2025 14:30
@SebastianKrupinski SebastianKrupinski requested a review from a team as a code owner September 30, 2025 14:30
@SebastianKrupinski SebastianKrupinski requested review from CarlSchwan, salmart-dev and yemkareems and removed request for a team September 30, 2025 14:30
@SebastianKrupinski
Copy link
Contributor Author

@kesselb The changes we talked about

@SebastianKrupinski
Copy link
Contributor Author

/backport to stable32

$this->logger->warning('iMip message event dose not contains an organizer');
return false;
// quirks mode: for Microsoft Exchange Servers use recipient as organizer if no organizer is set
if (isset($options['recipient']) && !empty($options['recipient'])) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (isset($options['recipient']) && !empty($options['recipient'])) {
if (isset($options['recipient']) && $options['recipient'] !== '') {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

* Handles a iMip message
*
* @param array{absent?: "create"} $options
* @param array{absent?: "create"|"ignore", recipient?: string} $options
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ignore" has currently no effect?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was my ocd saying we have a create, there should be an ignore also

@kesselb kesselb added this to the Nextcloud 33 milestone Oct 7, 2025
@kesselb kesselb added the 3. to review Waiting for reviews label Oct 7, 2025
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
@SebastianKrupinski SebastianKrupinski force-pushed the fix/issue-53949-imip-quirks-mode branch from 488af41 to ea2180d Compare October 14, 2025 16:44
@kesselb kesselb merged commit d39ae92 into master Oct 14, 2025
179 of 188 checks passed
@kesselb kesselb deleted the fix/issue-53949-imip-quirks-mode branch October 14, 2025 19:29
@kesselb
Copy link
Collaborator

kesselb commented Oct 14, 2025

/backport to stable31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: iMip reply from outlook.com does not contain organizer property

4 participants