Main > Programming > Libraries >

WWW::GMail 0.07

WWW::GMail 0.07

Sponsored Links

WWW::GMail 0.07 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.008 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1068
Date added: 2006-11-28
Publisher: David Davis

WWW::GMail 0.07 description

WWW::GMail is a Perl extension for accessing Google Mail (gmail).

SYNOPSIS

use WWW::GMail;

my $obj = WWW::GMail->new(
username => "USERNAME",
password => "PASSWORD",
cookies => {
autosave => 1,
file => "./gmail.cookie",
},
);

my $ret = $obj->login();
if ($ret == -1) {
print "password incorrectn";
} elsif ($ret == 0) {
print "unable to login $obj->{error}n";
exit;
}

my @list = $obj->get_message_list(inbox);

# count the new messages in the inbox
my $new_msgs = 0;
for my $i ( 0 .. $#list ) {
$new_msgs += $list[$i]->[1]; # count the unread flags
}

print "you have $new_msgs new messages in your inboxn";

my @contacts = $obj->get_contact_list();
print "you have ".(@contacts)." contactsn";

my $gmail = 0;
for my $i ( 0 .. $#contacts ) {
$gmail += ($contacts[$i]->[3] =~ m/gmail.com$/i);
}

print "$gmail of them are gmail addressesn";

$obj->logout();

WWW::GMail 0.07 Screenshot

Advertisements

WWW::GMail 0.07 Keywords

Bookmark WWW::GMail 0.07

Hyperlink code:
Link for forum:

WWW::GMail 0.07 Copyright

WareSeeker periodically updates pricing and software information of WWW::GMail 0.07 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of WWW::GMail 0.07 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
zeMail is a minimalist webmail package written in Mason. Free Download
WWW::Poll is a Perl extension to build web polls. Free Download
Mail::Action is a Perl module for building modules that act on incoming mail. Free Download
Gmail Skins provides skins and other extra features for Gmail. Free Download
Mail::Summary is a Perl module that can scan read your mail! Free Download
Perl Webmail is a Perl-based Web-mail application. Free Download
HTML::Mail is a Perl extension for sending emails with embedded HTML and media. Free Download
HTML::Manipulator is a Perl extension for manipulating HTML files. Free Download