You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand you correctly, you have an original "root message" and want to get any replies to that message in the currently selected mailbox/folder.
Assuming you have the message ID of your root message, you could fetch all header data of all messages after the date of your root message and then compare the References headers. Assuming your mail service supports a threading mechanism, you could also use that. The high level MailClient API does fetch threading information automatically on your behalf, if the service supports it.
It would help if you describe your problem precisely.
You cannot enable this if the service does not support it. I recommend reading about the IMAP standard. e.g https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol. Optional extensions such as threading are optional, meaning servers do not need to support them.
No description provided.
The text was updated successfully, but these errors were encountered: