-
Notifications
You must be signed in to change notification settings - Fork 57
Exchange address books not shown in Directory/Contact panes #209
Comments
I see the same behavior in 5.0.0-alpha1 with Thunderbird 60.3.0 on Windows 10. The Directory pane in the Address Book dialog doesn't show the address book after being added. I thought my address book really wasn't added but then I noticed email address successfully auto completing from the GAL when composing email. |
Hello, Same for me with 5.0.0-alpha2 (of this week) and Thunderbird 60.3.1 on Windows 10 18.09 (Lightning 6.2.3.1). I've checked in "about:options" and the address book seems well configured. So, we are certainly just facing a display issue. |
Well, I think we have an issue with the interface implementation inside I've found these two documentations, I'll need to first read: |
Well, it seems that our implementation of Indeed, in my console, I find no occurrence of Unfortunately, I don't find why and I'm even not able to update the |
Thanks, I didn't find the page to download the SDK before. Now, I was able to update the sdk with this command:
Unfortunately that hadn't help and, currently, I have no other clue to fix this issue :/ Maybe the future of this addon should be either TbSync plug-in or WebExtensions. |
If at all possible, I'd suggest avoiding to build .xpt files. It would be better to just use raw js objects in js code, and only interface to xpcom when absolutely necessary. Use of WebExtension APIs is the future though, see also https://thunderbird-webextensions.readthedocs.io/en/latest/addressBooks.html |
@Trim What do you mean by "that [didn't] help"? Do you not see your class modifications in the debugger? For example, after I compiled this change I was able to see these new methods wherever a |
I've tried to add multiple times which created multiple entries in "about:options". Is it safe to just delete everything that starts with "extensions.exchangecontacts@"? |
Well, I found the issue: for address books, Exchange Calendar defines it's own directory type. I've found that, if I use scheme like
Then, I tried to replace Although, this scheme seems very complicated, maybe I should take opportunity to use a simpler scheme name like PS: I thought about this idea, as I was reading Thunderbird report 1482720 which seems not really related... |
Fix merged into v5.0.0-alpha3. |
Exchange Calendar 5.0.0-alpha1
Thunderbird 60.2.1
(Ubuntu Linux 18.04LTS)
"Add exchange contact folder" seems to work for both hosted exchange and Office365 (folders discovered after "save" in first dialogue), but neither the added address books nor the addresses are shown in the Directory and Contact panes. However, it seems that the global address list of the hosted exchange account is working properly when composing an email.
The text was updated successfully, but these errors were encountered: