Yes, this ... I've been using this successfully for years and it obviously has 
its sad parts but it works pretty well overall.

________________________________________
From: Python-list <python-list-bounces+dciprus=cisco....@python.org> on behalf 
of Christian Gollwitzer <aurio...@gmx.de>
Sent: Thursday, March 31, 2022 3:22 PM
To: python-list@python.org
Subject: Re: Exchange OWA using Python?

Am 31.03.22 um 16:41 schrieb Grant Edwards:
> Is anybody aware of any Python code for the Exchange OWA protocol/API?
>
> The OWA e-mail client I've been using has stopped working. It was a
> commerical Python application named Hiri, wich has been abandoned by
> the developer.
>
> So, for now, I'm stuck with the OWA web client. It's clumsy and
> everything takes 3X as long to accomplish as it would with a real
> e-mail client, but I can survive with it if I have to.

I can recommend davmail as a workaround:

        http://davmail.sourceforge.net/

Davmail converts OWA into regular mail protocols like POP3, IMAP, SMTP.
You can use any email/calender client (I've used thunderbird) and most
of it worked well.

Davmail is written in Java, not Python, but basically this should not
matter if you only use it.

        Christian
--
https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to