Closed
Bug 1859653
Opened 11 months ago
Closed 5 months ago
Implement Exchange request/response scaffolding
Categories
(Thunderbird :: Account Manager, enhancement)
Thunderbird
Account Manager
Tracking
(thunderbird_esr115 wontfix)
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | wontfix |
People
(Reporter: leftmostcat, Assigned: leftmostcat)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Both EWS and Autodiscover use HTTP and XML for requests and responses. We should build a simple utility crate which reduces the amount of boilerplate needed for translating between XML strings and structured data and for sending these bodies as XML. No API-specific logic should be encoded in this utility.
Comment 1•11 months ago
•
|
||
EWS and Autodiscover do not have much in common, other than using generic HTTP and XML. For starters, EWS uses SOAP, while Autodiscover does not.
Assignee | ||
Updated•6 months ago
|
Assignee: nobody → leftmostcat
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 months ago
|
||
Depends on D205972
Updated•5 months ago
|
Keywords: checkin-needed-tb
Updated•5 months ago
|
status-thunderbird_esr115:
--- → wontfix
Target Milestone: --- → 126 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/c48c2aa2e212
Switch to external ews crate. r=babolivier
You need to log in
before you can comment on or make changes to this bug.
Description
•