Hi I want to write a program which can save latest 10 mails from my yahoo email account as text files given yahoo username and pwd.
I tried using python ie = Dispatch("InternetExplorer.Application")
I was able to sign-in but could not use ie.document.getElementsByName(" ") ie.document.getElementsById(" ") to read emails
Any suggestion?
Thanks.