Skip to content
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

Duplicate Message Id Differing Only by Case in Microsoft Graph API (Case Sensitivity Issue) #2672

Closed
hudaSharings opened this issue Sep 19, 2024 · 1 comment

Comments

@hudaSharings
Copy link

hudaSharings commented Sep 19, 2024

While working with the Microsoft Graph API to send emails and fetch messages using delta queries, we encountered an issue where two different email messages are returned with the same Id, differing only by case (e.g., messageId is containing C in one email and c in another). This inconsistency is problematic when replaying emails or referencing message threads, as the API appears to treat these message Ids as unique, yet they only differ by a single case-sensitive character.

Observed behavior
Two emails with different content and recipients have message Ids that are identical except for case (e.g., C... and c...). This causes confusion when processing email threads and replying to specific emails using these message Ids

here is the ids recieved
image_2024_09_19T08_19_09_006Z

Message Id 1
AAMkADI3ZWNiZWQyLTQyYWEtNGNiYy1iMDE0LWI2ZDEwMTNkODYxMQBGAAAAAADBE47S0D1PTLBk9xcEL3INBwD6XAQoDfNfRZQ-jgqI9JUeAAAAAAEMAAD6XAQoDfNfRZQ-jgqI9JUeAAAGx-PcAAA=

Message Id 2
AAMkADI3ZWNiZWQyLTQyYWEtNGNiYy1iMDE0LWI2ZDEwMTNkODYxMQBGAAAAAADBE47S0D1PTLBk9xcEL3INBwD6XAQoDfNfRZQ-jgqI9JUeAAAAAAEMAAD6XAQoDfNfRZQ-jgqI9JUeAAAGx-PCAAA=

@hudaSharings
Copy link
Author

I guess it has to be handled within the integrated application not an issue from the graph

@hudaSharings hudaSharings closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant