http://www.perlmonks.org?node_id=1048275


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

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

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

Replies are listed 'Best First'.
Re^3: how to read the yahoo Inbox mail using www::Mechanize module?
by Corion (Patriarch) on Aug 07, 2013 at 08:01 UTC

      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...

Re^3: how to read the yahoo Inbox mail using www::Mechanize module?
by Anonymous Monk on Aug 07, 2013 at 07:52 UTC

    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.