Extract CardDAV discovery code so it can be reused
Categories
(MailNews Core :: Address Book, task)
Tracking
(thunderbird_esr78 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(2 files)
CardDAV discovery is tied to the dialog box for creating a directory, but it should be accessible to the account set-up tab. In this bug I'll pull it and some other things out into a utility file.
Assignee | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Thank you so much for this, let me know if I can help in any way.
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D116333
Assignee | ||
Comment 4•4 years ago
|
||
Even with these changes we still can't detect Google address books (or calendars, for that matter) without asking for authorisation again. I think I know what to do about that but I'll deal with it separately.
Comment 5•4 years ago
|
||
I guess it's good to get this in before the merge...
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Hold that thought, I've found a problem.
Assignee | ||
Comment 7•4 years ago
|
||
Okay, I think we're good now. I've restored the old behaviour of always prompting for a username/password, even if there is one saved. Also I noticed that the username field wasn't disabled while looking for address books, so I fixed that too.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/beca85fcc20e
Move common CardDAV functions into a separate file. r=mkmelin
https://hg.mozilla.org/comm-central/rev/5010bb05ba31
Extract CardDAV discovery code so it can be reused. r=mkmelin
Description
•