Re: Exchange OWA using Python?

2022-04-02 Thread Grant Edwards
On 2022-04-01, Christian Gollwitzer wrote: > Am 01.04.22 um 01:26 schrieb Grant Edwards: >> On 2022-03-31, Christian Gollwitzer wrote: >>> Davmail is written in Java, not Python, but basically this should >>> not matter if you only use it. >> >> Have you used it with OWA as the protocol? > > At

Re: Exchange OWA using Python?

2022-04-01 Thread Christian Gollwitzer
Am 01.04.22 um 01:26 schrieb Grant Edwards: On 2022-03-31, Christian Gollwitzer wrote: Davmail is written in Java, not Python, but basically this should not matter if you only use it. Have you used it with OWA as the protocol? At least I thought so - this was in 2016 - 2017 and there was e

Re: Exchange OWA using Python?

2022-03-31 Thread Grant Edwards
On 2022-03-31, Dennis Lee Bieber wrote: > On Thu, 31 Mar 2022 16:22:33 -0700 (PDT), Grant Edwards > declaimed the following: > >> >>OWA is an HTTP-based API suspport by MS Exchange server. > > From what I found, M$ doesn't consider OWA to be an API... It expands > to "Outlook Web App", period, (an

Re: Exchange OWA using Python?

2022-03-31 Thread Dennis Lee Bieber
On Thu, 31 Mar 2022 16:22:33 -0700 (PDT), Grant Edwards declaimed the following: > >OWA is an HTTP-based API suspport by MS Exchange server. > From what I found, M$ doesn't consider OWA to be an API... It expands to "Outlook Web App", period, (and more recently is called "Outlook for the

Re: Exchange OWA using Python?

2022-03-31 Thread Grant Edwards
On 2022-03-31, Grant Edwards wrote: > 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. I'm trying out Thunderbird

Re: Exchange OWA using Python?

2022-03-31 Thread Grant Edwards
On 2022-03-31, Dan Ciprus (dciprus) via Python-list wrote: > Yes, this ... I've been using this successfully for years and it > obviously has its sad parts but it works pretty well overall. Using the _OWA_ protocol? When our server switched from EWS to OWA, I could no longer get it to work. --

Re: Exchange OWA using Python?

2022-03-31 Thread Grant Edwards
On 2022-03-31, Christian Gollwitzer wrote: > 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 a

Re: Exchange OWA using Python?

2022-03-31 Thread Grant Edwards
On 2022-03-31, Dieter Maurer wrote: > Grant Edwards wrote at 2022-3-31 07:41 -0700: >>Is anybody aware of any Python code for the Exchange OWA protocol/API? > > According to "https://en.wikipedia.org/wiki/Outlook.com#Mail_client_access"; > Outlook.com (the modern name for OWA) supports "pop3" and

Re: Exchange OWA using Python?

2022-03-31 Thread Dan Ciprus (dciprus) via Python-list
bject: 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 b

Re: Exchange OWA using Python?

2022-03-31 Thread Christian Gollwitzer
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

Re: Exchange OWA using Python?

2022-03-31 Thread Dan Ciprus (dciprus) via Python-list
Our org does not have imap nor pop enabled so I guess it depends on your IT and what's enabled for your org. Just my $.02 .. On Thu, Mar 31, 2022 at 07:12:10PM +0200, Dieter Maurer wrote: Grant Edwards wrote at 2022-3-31 07:41 -0700: Is anybody aware of any Python code for the Exchange OWA pro

Re: Exchange OWA using Python?

2022-03-31 Thread Dieter Maurer
Grant Edwards wrote at 2022-3-31 07:41 -0700: >Is anybody aware of any Python code for the Exchange OWA protocol/API? According to "https://en.wikipedia.org/wiki/Outlook.com#Mail_client_access"; Outlook.com (the modern name for OWA) supports "pop3" and "imap", both supported by Python library modu

Exchange OWA using Python?

2022-03-31 Thread 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