Help with mechanize

2008-08-06 Thread Neal Becker
I'm trying to use mechanize to read for a M$ mail server. I can get past the login page OK using: import mechanize b = mechanize.Browser() b.open ('https://mail.hughes.com/owa/auth/logon.aspx?url=https://mail.hughes.com/OWA/reason=0') b.select_form(nr=0) b['username']='myname'

Re: Help with mechanize

2008-08-06 Thread Wojtek Walczak
Dnia Wed, 06 Aug 2008 07:16:37 -0400, Neal Becker napisa�(a): I'm trying to use mechanize to read for a M$ mail server. I can get past the login page OK using: ... Now it seems if I read b.links() I can see links to my mail. My question is, how do I now actually get the contents of this