in reply to how to read the yahoo Inbox mail using www::Mechanize module?

step 1, don't :) because a) you don't know how b) yahoo's just going to change the html under your nose, Mail::Client::Yahoo/rt://MailClientYahoo

  • Comment on Re: how to read the yahoo Inbox mail using www::Mechanize module?

Replies are listed 'Best First'.
Re^2: how to read the yahoo Inbox mail using www::Mechanize module?
by vasanthgk91 (Sexton) on Aug 07, 2013 at 07:40 UTC

    Select Folder failed on Folder Stats

    use Mail::Client::Yahoo; my $y = Mail::Client::Yahoo->login( username => 'vasanthgk91@yahoo.com', password => 'password', secure => 0 ); my $Inbox=$y->select_folder('inbox'); print "$Inbox";

    This is also not working

        sorry....That IMAP and pop3 then i went the yahoo setting enable pop3 and IMAP setting..So this kind of concept i won't need...

      This is also not working

      This is the point. Look at the bug cue. Look at the source. Stop trying this. Look at YPOPs! -- 9 years is an ETERNITY to keep scraping yahoo, and after this eternity the developers stopped trying. Try this instead, ask yahoo how to programmatic-ally access their website and see what they tell you.