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