thunderbird / autoconfig

The ISPDB, Thunderbird's database of mail configuration files.
https://autoconfig.thunderbird.net/v1.1/
Mozilla Public License 2.0
53 stars 39 forks source link

Autoconfig for connected accounts (or missing documentation?) #122

Closed Gabgobie closed 2 months ago

Gabgobie commented 2 months ago

Hi,

this might be related to #20 but I was somewhat unsure since #20 seems to focus on the ISPDB side of things.

I am looking to provide my users with the best possible experience using thunderbird and have already successfully configured the autoconfig for mail, however I was unable to find anything on thunderbirds detection of connected accounts => LDAP, CardDAV, CalDAV. I did find the MCD Docs but they only talk about configuring this using the prefs.js which is client-side.

I have seen thunderbird automatically detecting the contacts and calendars from gmail so I am somewhat sure that this feature is present.

Reading the ISPDB configuration for gmail didn't give me any insight into the mechanism used though.

My question boils down to:

Best, Gab

Gabgobie commented 2 months ago

Re-reading the sample autoconfig, I just found this line: <!-- For CardDAV, CalDAV auto discovery, the mechanism from RFC 6764 is used -->.

That would cover CardDAV and CalDAV. Unfortunately _ldap._tcp records are ignored and they wouldn't be sufficient for covering all settings necessary.

I assume that answers my questions in the following way:

which is leading me to ask if there is any chance of support for LDAP configuration being added to the autoconfig.xml?

cketti commented 2 months ago

For Thunderbird feature requests, please use Bugzilla. Bug 454568 seems to be a good fit for this.

As far as I can tell, Thunderbird currently only supports automatically finding CardDAV settings. There doesn't seem to be any support for detecting LDAP settings.

Gabgobie commented 2 months ago

Thanks for pointing me in the right direction and looking into the matter.