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 modules.

Read the "Outlook.com" documentation about how you can connect
via those protocols.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to