If you would like to read your email on a Microsoft Exchange server account using Thunderbird, there are a currently 2 main possibilities:
However, for a large number of
corporate Exchange servers of large companies, these 2 protocols
are not enabled towards the Internet. Oftentimes, only Outlook
Web Access (OWA), the webmail frontend of Exchange, is enabled.
This rules out both options above and leaves you without access
in Thunderbird.
There are some other protocols that
Exchange supports, e.g. the native Microsoft Outlook application
protocol, or ActiveSync, but none of these have an
implementation in Thunderbird.
So, with my company, we have been
developing a Thunderbird addon that uses the OWA protocol to
connect to Exchange servers. This should allow to read and write
email in Thunderbird with your Exchange account that has OWA
enabled. The name of the new extension is Owl.
We are currently in the early alpha stages, where we test internally and fix bugs. We should be going into beta soon. We are currently fixing bugs and other roadblocks in Thunderbid to make this happen and working with Thunderbird developers to integrate these patches.
Ben Bucksch
Beonex
So, with my company, we have been developing a Thunderbird addon that uses the OWA protocol to connect to Exchange servers. This should allow to read and write email in Thunderbird with your Exchange account that has OWA enabled. The name of the new extension is Owl.
That's great! Judging by the bugs you filed, that's based on JS Account. Maybe your team would be interested in addressing some of the JS Account bugs, mostly failing/disabled tests to make sure JS Account continues working.
Jörg.
So, with my company, we have been developing a Thunderbird addon that uses the OWA protocol to connect to Exchange servers. This should allow to read and write email in Thunderbird with your Exchange account that has OWA enabled. The name of the new extension is Owl.
We are currently in the early alpha stages, where we test internally and fix bugs. We should be going into beta soon. We are currently fixing bugs and other roadblocks in Thunderbid to make this happen and working with Thunderbird developers to integrate these patches.
-- Mark Rousell
Of course, EAS (ActiveSync) would be the best, longer-term supported third party access protocol but that requires a patent licence. May I ask, did you look into doing that?
11.10.2018 u 20:37, Mark Rousell je napisao/la:
EAS is standard which hardly changes and is used by most clients. I think even Outlook uses or used EAS at one point.
Of course, EAS (ActiveSync) would be the best, longer-term supported third party access protocol but that requires a patent licence. May I ask, did you look into doing that?
Concerning licence, I don't think you need licence if program is open source and you are not selling it, so Thunderbird fits right in.
For example SoGo is based in USA or Canada if I remember correctly, and it's using EAS in their open source groupware program. GroupOffice is also using EAS implementation, and they are based in Europe.
-- Mark Rousell
This is very interesting. I wasn't aware that they were willing to license EAS for free. This could be very useful for the right project.
-- Mark Rousell
On 10/11/18 7:27 PM, Disaster Master wrote:I.e., are there plans for supporting Calendars & Contacts as well? Shared calendars/contacts/mailboxes?There's TBSync for for contacts, tasks and calenders with support for EAS (Exchange Active Sync): https://github.com/jobisoft/TbSync And there's exchangecalendar for contacts, tasks and calenders too with support for EWS (Exchange Web Service): https://github.com/ExchangeCalendar/exchangecalendar/tree/v5.0.0-alpha1 (The alpha supports TB >= 60) Sebastian
On 10/11/18 7:27 PM, Disaster Master wrote:I.e., are there plans for supporting Calendars & Contacts as well? Shared calendars/contacts/mailboxes?There's TBSync for for contacts, tasks and calenders with support for EAS (Exchange Active Sync): https://github.com/jobisoft/TbSync And there's exchangecalendar for contacts, tasks and calenders too with support for EWS (Exchange Web Service): https://github.com/ExchangeCalendar/exchangecalendar/tree/v5.0.0-alpha1 (The alpha supports TB >= 60) Sebastian
I am always open for PR and will help providing sync code, but this is currently not on my agenda to be impl. by myself alone, because so many other things are planned.
My long term goal is indeed to turn TbSync into "the" central sync manager for Thunderbird. As a first step I created an API so other AddOns can hook into TbSync, which is currently used by dav-4-tbsync (https://addons.thunderbird.net/de/thunderbird/addon/dav-4-tbsync/) and after that is settled I will go for ews-4-tbsync. I do not know, if I can get the google addon owner to join as well...
John
Am 21.10.18 um 21:46 schrieb Mihovil Stanić