Adrian Holovaty wrote a small Python script to access Microsoft Outlook Web Access. It can do some actions by commandline via screen scraping. The script lets you access your emails (in raw format, with all headers) from the Microsoft Outlook’s webmail interface.
It works by screen-scraping the interface. Possible actions are:
- Log into a Microsoft Outlook Web Access account with a given username and password
- Retrieve all email IDs from the first page of Inbox
- Retrieve full, raw source of the email with a given ID
- Delete an email with a given ID (move to”Deleted Items” folder)
Hi,
download link does not work any longer.
Is there another way to get it?
Thanks in advance,
JH
It seems to be archived:
https://code.google.com/archive/p/weboutlook/
Source can be found on Github:
https://github.com/ampledata/weboutlook/tree/master/weboutlook/