Exchange OWA using Python?

Dan Ciprus (dciprus) dciprus at cisco.com
Thu Mar 31 17:17:30 EDT 2022


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.com at python.org> on behalf of Christian Gollwitzer <auriocus at gmx.de>
Sent: Thursday, March 31, 2022 3:22 PM
To: python-list at 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


More information about the Python-list mailing list