Linux SoftwareProgrammingLibrariesMail::Webmail::Gmail 1.08

Mail::Webmail::Gmail 1.08


Mail::Webmail::Gmail is an interface to Google's webmail service. SYNOPSIS # Perl script that logs in to Gmail, retrieves t
Developer:   Allen Holman
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   23K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Mail::Webmail::Gmail is an interface to Google's webmail service.

SYNOPSIS

# Perl script that logs in to Gmail, retrieves the user defined labels
# Then prints out all new messages under the first label

use Mail::Webmail::Gmail;

my $gmail = Mail::Webmail::Gmail->new(
username => 'username', password => 'password',
);

my @labels = $gmail->get_labels();

my $messages = $gmail->get_messages( label => $labels[0] );

foreach ( @{ $messages } ) {
if ( $_->{ 'new' } ) {
print "Subject: " . $_->{ 'subject' } . " / Blurb: " . $_->{ 'blurb' } . "n";
}
}

ABSTRACT

This perl module uses objects to make it easy to interface with Gmail. I eventually hope to implement all of the functionality of the Gmail website, plus additional features.

Because Gmail is currently in Beta testing, expect this module to break as they make updates to thier interface. I will attempt to keep this module in line with the changes they make, but, if after updating to the newest version of this module, the feature that you require still doesn't work, please contact me with the issue.

Requirements:
  • Perl
    tags this module  mail webmail  webmail gmail  with the  gmail get  they make  

    Download Mail::Webmail::Gmail 1.08


     http://mirrors.evolva.ro/CPAN/authors/id/M/MI/MINCUS/Mail-Webmail-Gmail-1.08.tar.gz


    Authors software

    Similar software

    Mail::Webmail::Gmail 1.08 (by Allen Holman)
    Mail::Webmail::Gmail is an interface to Google's webmail service.

    SYNOPSIS

    # Perl script that logs in to Gmail, retrieves t

    Gmail Notifier 0.5.6 (by Doron Rosenberg)
    Gmail Notifier is a notifier for Gmail accounts, Firefox extension.

    Don't use username@gmail.com as the notifier's username - just

    GMail Checker 1.0.3 (by Trinh Nguyen)

    GmNotify 0.7.3 (by Marc Soda)
    GmNotify is a tray applet that notifies you of new messages from Gmail and provides an easy mechanism to get to them.

    GmNotify wil

    Desktop Gmail 2.0 (by Abattoir)
    This is a superkaramba theme which uses wget to read the rss feed for your Gmail inbox and displays it on a GUI.It displays upto twen

    Gmail Manager 0.5.1 (by Todd Long)

    Gmail Tray 0.2.0 (by Miki Tebeka)
    Gmail Tray is a very simple Gmail notificaiton applet for the desktop system tray.

    Why?

    Because I needed one that will support

    Gmail Space 0.4 (by Rahul Jonna)
    Gmail Space is a Firefox extension that allows you to use your Gmail Space (2 GB) for file storage.

    It acts as a remote machine

    libgmail 0.1.5.1 (by Stas Z)
    libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service.

    Please note: Always download and t

    Php Gmail Drive 0.3.2 (by Rahat Ayub)
    PhpGmailDrive is a new type of file sharing utility


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags