ExchangeCalendar / exchangecalendar

Exchange Calendar, Tasks, Contacts provider for Mozilla Thunderbird
GNU General Public License v3.0
677 stars 58 forks source link

Check server and mailbox does not work #218

Closed gambr closed 5 years ago

gambr commented 5 years ago

Hi All, I installed this add-on v 5.0.0.-alpha1 on thunderbird 60.3.1 (32 bit) but when I try to add a calendar and push on "check server and mailbox" button the "Next" button remains disabled. image

Maybe this is fixed in 5.0.0-alpha2 but I didn't find how to download it.

Best regards, Gianni

zioalex commented 5 years ago

Hi Gianni, that version has been not yet released. You have to clone the repo and switch to the branch 5.0.0-alpha2 and then build it. git clone https://github.com/ExchangeCalendar/exchangecalendar.git cd exchangecalendar git checkout v5.0.0-alpha2 make build

Then you will find a new plugin in the same dir called exchangecalendar-v5.0.0-alpha1.xpi . Despite the name it is the correct one. Then install it manually. Cheers

gambr commented 5 years ago

Thanks Alessandro, but unfortunately I get the following error now after pushing "check server and mailbox"

2018-11-15_12-34-33

I built it as you suggested, on a CentOS 6.3 64 bits. May be a problem if I use the .xpi file in a Thunderbird 32bits running on Windows 10?

gambr commented 5 years ago

I installed the alpha2 version and it works fine.