Mail::Client::Yahoo

Mail::Client::Yahoo is a Perl module with programmatically access Yahoo's web-based email.
Download

Mail::Client::Yahoo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cory Johns
  • Publisher web site:
  • http://search.cpan.org/~johnsca/libalarm-1.0/lib/Alarm/Concurrent.pm

Mail::Client::Yahoo Tags


Mail::Client::Yahoo Description

Mail::Client::Yahoo is a Perl module with programmatically access Yahoo's web-based email. Mail::Client::Yahoo is a Perl module with programmatically access Yahoo's web-based email.SYNOPSIS use Mail::Client::Yahoo; $y = Mail::Client::Yahoo->login( username => 'bob', password => 'secret', secure => 1, # for the paranoid and patient ); $y->select_folder('Inbox'); $m = $y->message(0); # is equivalent to... @ids = $y->message_list(); $y->message($id); $y->delete_message(0); $y->logout();This module allows you to access your web-based Yahoo Mail account programatically. Similar in function to Mail::Webmail::Yahoo, this module is more geared towards manipulation of individual messages, rather than simple bulk download. This module is also probably more reliable than Mail::Webmail::Yahoo, as well. Requirements: · Perl


Mail::Client::Yahoo Related Software