EWS account.: Reply to all button missing in some messages (even when there are more than 1 recipient (to and cc)
Categories
(MailNews Core :: Networking: Exchange, defect, P1)
Tracking
(thunderbird152 affected, thunderbird153 fixed, thunderbird154 fixed)
People
(Reporter: bugs, Assigned: edicharry, NeedInfo)
References
(Blocks 2 open bugs, Regression, )
Details
(Keywords: regression, Whiteboard: [consider-uplift])
Attachments
(2 files, 2 obsolete files)
Steps to reproduce:
I just upgraded to v.152 today and in a few messages, althrough there are more than 1 recipient (to and cc), the Reply to all button is missing from the action buttons in the upper right corner. The folder is a EWS account.
I will attach a screenshot.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:152.0) Gecko/20100101 Thunderbird/152.0
Actual results:
No Reply to all button.
Expected results:
The Reply to all bytton should be there, since the message contains many recipients (to or cc).
Updated•1 month ago
|
Comment 1•1 month ago
|
||
Confirming the same behavior on windows 11 clients. Again, it's strange that the issue does not appear in all cases.
Updated•1 month ago
|
| Assignee | ||
Comment 2•1 month ago
|
||
Was able to reproduce reliably on my Mac.
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 3•1 month ago
|
||
Looks like this is dependent on which version of thunderbird originally downloaded each message, which is why the behavior is not uniform across messages.
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 4•1 month ago
|
||
It appears that Exchange servers may not return all requested metadata fields
in the SyncFolderItems EWS operation, so despite the performance hit, we must
perform message synchronization in multiple steps.
| Assignee | ||
Updated•1 month ago
|
Updated•1 month ago
|
Pushed by daniel@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/1551e2b7774c
Back out bug 2030960 for unexpected interaction with Exchange servers. r=jtracey
Comment 7•1 month ago
|
||
Teething problems from moving to git...
It's now backed out. Which was the fix for the bug.
Well, a change from TB 152 was backed out, so you have a two affected versions now.
| Assignee | ||
Comment 9•1 month ago
|
||
The fix for this is in today's daily.
Vasilis - Manual intervention is required to fix the data in user profiles affected by this bug. Can you open an affected account with today's (2026-06-26) daily and repair any affected folders. After a repair, the reply all button should be back for all multi-recipient messages (as well as the recipients list in the message table view).
(The repair button is in folder properties)
| Assignee | ||
Comment 10•1 month ago
|
||
Upon further inspection, I don't think bug 2029133 is related to this one, so I'm removing it from the see also.
| Assignee | ||
Comment 11•1 month ago
|
||
Comment on attachment 9601091 [details]
Bug 2048249 - Back out bug 2030960 for unexpected interaction with Exchange servers. r=#thunderbird-back-end-reviewers
Uplift Approval Request
- Please state case for uplift consideration and ensure bug severity is set: This issue causes the server to silently not return requested data in some cases. If a user is affected, manual intervention via a folder repair once this patch lands is required. This patch ensures that any future messages are not affected by this.
- User impact if declined: Users will receive more messages in their local store with missing data.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Daily?: Yes
- Has the fix been verified in Beta?: No
- Needs manual test from QA?: Yes
- If yes, steps to reproduce: 1. Load an EWS account that has at least one message with multiple recipients.
- Ensure the reply-all button is visible for messages with multiple recipients.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is almost a pure backout of a patch that landed in 152.
- Does the fix cause any migrations to be skipped?: No
- String changes made/needed:
| Assignee | ||
Updated•1 month ago
|
Comment 13•1 month ago
|
||
Comment on attachment 9601091 [details]
Bug 2048249 - Back out bug 2030960 for unexpected interaction with Exchange servers. r=#thunderbird-back-end-reviewers
[Triage Comment]
Approved for beta
Approved for release
Updated•1 month ago
|
| Assignee | ||
Comment 14•1 month ago
|
||
It appears that Exchange servers may not return all requested metadata fields
in the SyncFolderItems EWS operation, so despite the performance hit, we must
perform message synchronization in multiple steps.
This is the original change ported for the release branch.
Comment 15•1 month ago
|
||
Comment on attachment 9602154 [details]
Bug 2048249 - Back out bug 2030960 for unexpected interaction with Exchange servers. r=#thunderbird-back-end-reviewers
[Triage Comment]
Approved for beta
Approved for release
Comment 16•1 month ago
|
||
Comment on attachment 9601091 [details]
Bug 2048249 - Back out bug 2030960 for unexpected interaction with Exchange servers. r=#thunderbird-back-end-reviewers
[Triage Comment]
Updated•1 month ago
|
| Assignee | ||
Comment 17•1 month ago
|
||
It appears that Exchange servers may not return all requested metadata fields
in the SyncFolderItems EWS operation, so despite the performance hit, we must
perform message synchronization in multiple steps.
This is the Beta port of the original patch.
Comment 18•1 month ago
|
||
| bugherder uplift | ||
Thunderbird 153.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/c171ce338cf8
Updated•29 days ago
|
Updated•29 days ago
|
Updated•29 days ago
|
Updated•26 days ago
|
Description
•