I am logging into my outlook web access account using WWW::Mechanize which works all fine...I then get the source of the page that is shown, the inbox with all my emails.
What would be the easiest way to display the emails currently in my inbox?
The inbox is saved automatically as a txt file on my hd and the bits that i want are of this general format.../Inbox/Name%20of%20email.EMl so a simple snippet to search for all fragments of this would do the job?