I have problems trying to connect to many external sources in my address book with Thunderbird. It manage passwords by linking them to their base url. But what if with the same base url, I have two accounts with different connection?
After I've installed SoGo Connector (CardDav), I created a new distant address book with this sort of information:
- url: https://sync.my.server/addressbook1
- user: u1
- pass: u1
Everything was fine and the sync was perfect.
Now I want to connect to an other one:
- url: https://sync.my.server/addressbook2
- user: u2
- pass: u2
And there comes the bad part. Thunderbird check if sync.my.server already exists (which is true) and try to connect with u1/u1. Obviously, it will not work...
I found a way to manage this problem with calendars, by going to the advanced configuration editor and changing the calendar.network.multirealm to true. But this doesn't seem to apply to contacts.
Is there a solution to this?