How to use Python to open Unread message(s) in specific Outlook folder, clicking a hyperlink within the email message to a secure login window, entering password to download .csv file, run Excel macro

Skip Montanaro skip at pobox.com
Fri Aug 2 15:25:30 EDT 2013


> Reading outlook email, I found this:
>
> http://timgolden.me.uk/python/win32_how_do_i/read-my-outlook-inbox.html
>
> There is lots to find via google with 'reading outlook email with python'

You might also want to look at the source for the SpamBayes Outlook plugin:

https://pypi.python.org/pypi/spambayes

Skip



More information about the Python-list mailing list