-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Replies don't always retain the conversation_id #1223
Comments
After experimenting a little, I saw that sometimes, the Example: Original message: Reply (draft) based on the original subject <- this message has a different conversation_id after creating it: Reply (draft) created without the mailing list prefix <- this message has the original conversation_id after creating it:
Not sure whether that is connected. For now, I'll use the conversation topic as base for the reply subject. Hopefully, that will work reliably. |
Thanks for the details investigation! I'm not sure there's anything more we can do in exchangelib in this area. |
That's alright. I was mainly looking for ways how to be able to achieve what I want (having Outlook/Exchange treat messages as conversations when I want them to). Apparently, I found a way (or a cause why it hasn't been the case before for some messages). Then, I am happy to close this issue again for now. |
Describe the bug
This seems to be a known problem (#703 #642). However, I see that for the
create_reply
andcreate_reply_all
functions, sometimes, theconversation_id
is retained, and sometimes it is not. I guess this is due to some automatic detection by EWS.To Reproduce
None
Expected behavior
Outlook does set this reliably for the affected cases, if I create the reply (draft) there.
I was wondering, what causes this behavior, and whether there are ways to make this work.
Log output
None
Additional context
None
The text was updated successfully, but these errors were encountered: