Closed
Bug 1931310
Opened 1 year ago
Closed 1 year ago
[EWS] Copy-from-file sends invalid CreateItem requests
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
134 Branch
People
(Reporter: babolivier, Assigned: babolivier)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
https://github.com/thunderbird/ews-rs/pull/23 made some changes that meant outgoing CreateItem requests don't include the correct namespace prefixes anymore.
https://github.com/thunderbird/ews-rs/pull/28 addresses this issue. Once it is merged into ews-rs, it should be vendored into comm-central.
| Assignee | ||
Comment 1•1 year ago
|
||
On top of https://github.com/thunderbird/ews-rs/pull/28, which the bug is about,
this commit also vendors in https://github.com/thunderbird/ews-rs/pull/29, which
brings a fix for protocol logging.
| Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/869d25cec437
Vendor in latest fixes from ews-rs. r=aleca,tobyp
Updated•1 year ago
|
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•