gmail
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 60
Cgmail 0.3
Cgmail is a fresh and shiny gmail checker and notifier that integrate well into gnome desktop. more>>
Cgmail is a fresh and shiny gmail checker and notifier that integrate well into gnome desktop.
Cgmail is a new gmail checker for gnome desktop. It integrate well into the environment with supporting gnome keyring and dbus for notifications. Give it a try.
Why it is different?
Ive used gmail-notify for a lot of time but gmail-notify is an old software. Cgmail is a new shiny gmail notifier that integrate well into gnome desktop. Cgmail will use gnome keyring to store your credentials for security enanchments instead of storing it on plain text files.
Cgmail use a fresh dbus notification to tell you that a new message is into your gmail inbox.
<<lessCgmail is a new gmail checker for gnome desktop. It integrate well into the environment with supporting gnome keyring and dbus for notifications. Give it a try.
Why it is different?
Ive used gmail-notify for a lot of time but gmail-notify is an old software. Cgmail is a new shiny gmail notifier that integrate well into gnome desktop. Cgmail will use gnome keyring to store your credentials for security enanchments instead of storing it on plain text files.
Cgmail use a fresh dbus notification to tell you that a new message is into your gmail inbox.
Download (0.063MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
903 downloads
wmgmail 0.6.2
wmgmail is a Gmail inbox checker dockapp with preview. more>>
wmgmail is a Gmail inbox checker dockapp with preview.
Main features:
- check gmail inbox mail count
- Quick Mail Preview (snippets of email you just got)
- QMP can self-timeout (variable delay)
- can launch a program (play a sound) on new mail.
- dark and light colorschemes available.
- GTK interface is optional
<<lessMain features:
- check gmail inbox mail count
- Quick Mail Preview (snippets of email you just got)
- QMP can self-timeout (variable delay)
- can launch a program (play a sound) on new mail.
- dark and light colorschemes available.
- GTK interface is optional
Download (0.023MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1552 downloads
wmckgmail 1.1
wmckgmail is a very simple program used to monitor the number of unread mails in a gmail inbox. more>>
wmckgmail is a very simple program used to monitor the number of unread mails in a gmail inbox. wmckgmail project uses the wget command to get the gmail atom feed and reads the number of new mails from this feed.
This app is based on the wmgeneral code.
wmckgmail is a very simple program used to monitor the number of unread mails
in a gmail inbox. It uses the wget command to get the gmail atom feed and reads
the number of new mails from this feed. It is a dockapp that is supported by X
window managers such as Window Maker, AfterStep, BlackBox, Fluxbox and
Enlightenment.
This dockapp is quite simple. It contains the gmail M icon and a small counter.
When the program is unable to access gmail, the counter shows the "ERR" string
and the M icon is greyed. When gmail is accessible and your configuration file
contains a valid username/password combo, the counter indicate the number of
new mails in the gmail inbox. If there is no unread mails in the gmail inbox,
the M icon stays greyed. If there is unread mails in the gmail inbox, the M iconthen takes its real colors and the counter indicates the number of unread mails.
<<lessThis app is based on the wmgeneral code.
wmckgmail is a very simple program used to monitor the number of unread mails
in a gmail inbox. It uses the wget command to get the gmail atom feed and reads
the number of new mails from this feed. It is a dockapp that is supported by X
window managers such as Window Maker, AfterStep, BlackBox, Fluxbox and
Enlightenment.
This dockapp is quite simple. It contains the gmail M icon and a small counter.
When the program is unable to access gmail, the counter shows the "ERR" string
and the M icon is greyed. When gmail is accessible and your configuration file
contains a valid username/password combo, the counter indicate the number of
new mails in the gmail inbox. If there is no unread mails in the gmail inbox,
the M icon stays greyed. If there is unread mails in the gmail inbox, the M iconthen takes its real colors and the counter indicates the number of unread mails.
Download (0.017MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1073 downloads
WWW::GMail 0.07
WWW::GMail is a Perl extension for accessing Google Mail (gmail). more>>
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();
<<lessSYNOPSIS
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();
Download (0.008MB)
Added: 2006-11-28 License: Perl Artistic License Price:
1063 downloads
Gmail Tray 0.2.0
Gmail Tray is a very simple Gmail notificaiton applet for the desktop system tray. more>>
Gmail Tray is a very simple Gmail notificaiton applet for the desktop system tray.
Why?
Because I needed one that will support "Gmail In Your Domain". And it took me less that 2 hours to get the first version working.
<<lessWhy?
Because I needed one that will support "Gmail In Your Domain". And it took me less that 2 hours to get the first version working.
Download (MB)
Added: 2006-09-06 License: BSD License Price:
1160 downloads
GMail::IMAPD 0.93
GMail::IMAPD is an IMAP4 gateway to Googles webmail service. more>>
GMail::IMAPD is an IMAP4 gateway to Googles webmail service.
SYNOPSIS
# Start an IMAP-to-Gmail daemon on port 1143
use GMail::IMAPD;
my $daemon=GMail::IMAPD->new(LocalPort=>1143,
LogFile=>gmail_imapd.log,
Debug=>1);
$daemon->run();
# Or if you prefer to use your own server socket,
# you can do something like:
my $i2g=GMail::IMAPD->new(LogFile=>imapd.log);
for(;;){
my $s=someserver();
$i2g->procimap($s);
}
This module allows users to access their Gmail account with an IMAP client by running a server which accepts IMAP connections.
<<lessSYNOPSIS
# Start an IMAP-to-Gmail daemon on port 1143
use GMail::IMAPD;
my $daemon=GMail::IMAPD->new(LocalPort=>1143,
LogFile=>gmail_imapd.log,
Debug=>1);
$daemon->run();
# Or if you prefer to use your own server socket,
# you can do something like:
my $i2g=GMail::IMAPD->new(LogFile=>imapd.log);
for(;;){
my $s=someserver();
$i2g->procimap($s);
}
This module allows users to access their Gmail account with an IMAP client by running a server which accepts IMAP connections.
Download (0.022MB)
Added: 2006-11-30 License: Perl Artistic License Price:
1060 downloads
CheckGmail 1.12
CheckGmail is a system tray application that checks a Gmail account for new mail. more>>
CheckGmail is an alternative Gmail Notifier for Linux and other *nix systems. CheckGmail project is fast, secure and uses minimal bandwidth via the use of Atom feeds.
CheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional animated popup is displayed and a tooltip displays the number and details of new messages. Configuration is GUI-based and the application is designed to be simple, elegant and unobtrusive.
There are several other Gmail Notifier alternatives around (see the links section below), but all use a cumbersome method of gathering Gmail account information that basically involves loading the login page, logging in just as a web-browser would, then using Gmails javascript interface to mine the relevant data.
The advantage of this approach is that you can grab any information that you can see on the Gmail web interface. The disadvantage is that it uses heaps of bandwidth and time when typically all you want to know is whether theres new mail in your account. In comparison, the use of Atom feeds by CheckGmail is simple, straightforward and fast while still providing the details of any new mail in your inbox.
The other reason for CheckGmail is security - no password information should ever be stored in plain text, yet this is exactly what at least one popular alternative does. CheckGmail provides the option of either encrypting the saved password information or - for maximum security - re-entering your password each time the application is run.
If you decide to save the password, it is encrypted using a passphrase generated from machine-unique information (the eth0 MAC address and/or uname system information). Encrypting the password prevents both casual reading of plain text passwords on your machine, but more importantly allows the CheckGmail config file in your home directory to be
<<lessCheckGmail is a system tray application that checks a Gmail account for new mail. When new mail is present the tray icon changes, an optional animated popup is displayed and a tooltip displays the number and details of new messages. Configuration is GUI-based and the application is designed to be simple, elegant and unobtrusive.
There are several other Gmail Notifier alternatives around (see the links section below), but all use a cumbersome method of gathering Gmail account information that basically involves loading the login page, logging in just as a web-browser would, then using Gmails javascript interface to mine the relevant data.
The advantage of this approach is that you can grab any information that you can see on the Gmail web interface. The disadvantage is that it uses heaps of bandwidth and time when typically all you want to know is whether theres new mail in your account. In comparison, the use of Atom feeds by CheckGmail is simple, straightforward and fast while still providing the details of any new mail in your inbox.
The other reason for CheckGmail is security - no password information should ever be stored in plain text, yet this is exactly what at least one popular alternative does. CheckGmail provides the option of either encrypting the saved password information or - for maximum security - re-entering your password each time the application is run.
If you decide to save the password, it is encrypted using a passphrase generated from machine-unique information (the eth0 MAC address and/or uname system information). Encrypting the password prevents both casual reading of plain text passwords on your machine, but more importantly allows the CheckGmail config file in your home directory to be
Download (0.040MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
860 downloads
Desktop Gmail 2.4
This is a superkaramba theme which uses wget to read the rss feed for your Gmail. more>>
Desktop Gmail 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 twenty latest messages(five at a time) as well as the no. of total unread messages.
It shows the name of the author of the mail as well as the subject of the mail. On hovering over the name, a tooltip containing the authors email id is displayed and when hovered over the subject, the summary of the body is shown.
This theme displays upto 20 latest messages from your Gmail inbox(5 at a time), the authors of the message and the no. of unread messages.
On hovering over the name, the email id is displayed and on hovering over subject, a summary of the body is displayed.
Open gmail.py and enter your username and password.(see readme for details).
<<lessIt shows the name of the author of the mail as well as the subject of the mail. On hovering over the name, a tooltip containing the authors email id is displayed and when hovered over the subject, the summary of the body is shown.
This theme displays upto 20 latest messages from your Gmail inbox(5 at a time), the authors of the message and the no. of unread messages.
On hovering over the name, the email id is displayed and on hovering over subject, a summary of the body is displayed.
Open gmail.py and enter your username and password.(see readme for details).
Download (0.17MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
908 downloads
Gmail Skins 0.9.8
Gmail Skins provides skins and other extra features for Gmail. more>>
Gmail Skins provides skins and other extra features for Gmail.
Main features:
- Change the colour/skin of your inbox.
- Integrate your google homepage alongside your inbox. This allows you to view weather reports, rss feeds, news headlines, flickr recently added, google calendar module etc from your inbox.
- Easily insert images from your Picasa web album in to your emails
- Insert smileys/emoticons and images in to your emails.
- Insert HTML tables and other complex HTML in to your emails.
- Make the navigation (Inbox, Starred, Sent Mail, etc) horizontal.
- Fix the navigation in place so that you dont have to scroll to the top of the page to see it.
- Zebra stripes on mailbox - pretty!
- Change the attachment paperclip (on inbox) to an icon indicating the type of attachment.
- Hide various page elements (invite panel, page footer, your email address from the top right of inbox).
To access the settings panel you must change the language on your gmail account to EN-US - This is because of how tightly gmailskins integrates in to the Gmail interface. You can change your language back again afterwards and the settings will still be applied, although "your mileage may vary".
Some features will be added to your account, please do not mistake these for beta features rolled out by google like this guy: http://www.digg.com/links/Gmail_New_Features.
<<lessMain features:
- Change the colour/skin of your inbox.
- Integrate your google homepage alongside your inbox. This allows you to view weather reports, rss feeds, news headlines, flickr recently added, google calendar module etc from your inbox.
- Easily insert images from your Picasa web album in to your emails
- Insert smileys/emoticons and images in to your emails.
- Insert HTML tables and other complex HTML in to your emails.
- Make the navigation (Inbox, Starred, Sent Mail, etc) horizontal.
- Fix the navigation in place so that you dont have to scroll to the top of the page to see it.
- Zebra stripes on mailbox - pretty!
- Change the attachment paperclip (on inbox) to an icon indicating the type of attachment.
- Hide various page elements (invite panel, page footer, your email address from the top right of inbox).
To access the settings panel you must change the language on your gmail account to EN-US - This is because of how tightly gmailskins integrates in to the Gmail interface. You can change your language back again afterwards and the settings will still be applied, although "your mileage may vary".
Some features will be added to your account, please do not mistake these for beta features rolled out by google like this guy: http://www.digg.com/links/Gmail_New_Features.
Download (0.12MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
1056 downloads
libgmail 0.1.5.1
ibgmail is a pure Python binding to provide access to Googles Gmail Webmail service. more>>
libgmail project is a pure Python binding to provide access to Googles Gmail web-mail service.
Please note: Always download and test the CVS version of libgmail if you are having problems. The most recent packaged version no longer works correctly. The current development status means critical errors caused by changes at Gmail will be corrected as soon as possible in CVS, if the author is notified about the issue.
Archive Gmail messages to mbox format
The library currently ships with one demonstration utility to archive messages from an Gmail account into mbox files, suitable for importing into a local email client.
Use your Gmail account as a SMTP server
The library now includes a demonstration utility gmailsmtp.py that sets up a SMTP proxy on port 8025 of your computer to enable you to use a standard mail client (e.g. Mozilla, Mail.app) to send messages. (Attachments are now supported.)
Use your Gmail account as a POP server
The library now includes a demonstration utility gmailpopd.py that sets up a POP3 proxy on port 8110 of your computer to enable you to use a standard mail client (e.g. Mozilla, Mail.app) to retrieve messages.
Use your Gmail account as a FTP server!
The included demonstration gmailftpd.py sets up a download-only FTP proxy on port 8021 of your computer to enable you to use a standard ftp client to retrieve message attachments that have the label ftp.
Enhancements:
- Minor bugfix -- before, if you logged in with an incorrect password, the program would exit poorly instead of throwing the appropriate exception.
<<lessPlease note: Always download and test the CVS version of libgmail if you are having problems. The most recent packaged version no longer works correctly. The current development status means critical errors caused by changes at Gmail will be corrected as soon as possible in CVS, if the author is notified about the issue.
Archive Gmail messages to mbox format
The library currently ships with one demonstration utility to archive messages from an Gmail account into mbox files, suitable for importing into a local email client.
Use your Gmail account as a SMTP server
The library now includes a demonstration utility gmailsmtp.py that sets up a SMTP proxy on port 8025 of your computer to enable you to use a standard mail client (e.g. Mozilla, Mail.app) to send messages. (Attachments are now supported.)
Use your Gmail account as a POP server
The library now includes a demonstration utility gmailpopd.py that sets up a POP3 proxy on port 8110 of your computer to enable you to use a standard mail client (e.g. Mozilla, Mail.app) to retrieve messages.
Use your Gmail account as a FTP server!
The included demonstration gmailftpd.py sets up a download-only FTP proxy on port 8021 of your computer to enable you to use a standard ftp client to retrieve message attachments that have the label ftp.
Enhancements:
- Minor bugfix -- before, if you logged in with an incorrect password, the program would exit poorly instead of throwing the appropriate exception.
Download (0.025MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1173 downloads
GmailAgent 0.7.2
GmailAgent is a application that acts as a local email client. more>>
GmailAgent is a application that acts as a email client and can be used by programs
like Digikam,gthumb and others to provide email access to a Gmail account.
Its written in Python and pyQT. GmailAgent is licensed under the GPL. Many programs like the ones mentioned before uses a plugins sheme to let the user start a external email client to compose a message with selected files from the program as attachments.
The problem with Gmail is that its webbased and only accessible through the internet.
GmailAgent provides a simple local email frontend where the user can fill in a address and
type some message. It uses libgmail to send the message to the Gmail account which will process it further.
GmailAgent supports the remote command syntax from Mozilla so any program which provide the user with a Mozilla choice can use GmailAgent. When this syntax isnt used GmailAgent tries to make a educated guess.
In addition to the above, GmailAgent is now also supported by the kipi project. So with programs that use these plugins, like Digikam, KimDaBa,Gwenview, and others you can just choose GmailAgent as your email agent.
<<lesslike Digikam,gthumb and others to provide email access to a Gmail account.
Its written in Python and pyQT. GmailAgent is licensed under the GPL. Many programs like the ones mentioned before uses a plugins sheme to let the user start a external email client to compose a message with selected files from the program as attachments.
The problem with Gmail is that its webbased and only accessible through the internet.
GmailAgent provides a simple local email frontend where the user can fill in a address and
type some message. It uses libgmail to send the message to the Gmail account which will process it further.
GmailAgent supports the remote command syntax from Mozilla so any program which provide the user with a Mozilla choice can use GmailAgent. When this syntax isnt used GmailAgent tries to make a educated guess.
In addition to the above, GmailAgent is now also supported by the kipi project. So with programs that use these plugins, like Digikam, KimDaBa,Gwenview, and others you can just choose GmailAgent as your email agent.
Download (0.056MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1473 downloads
Gmail Manager 0.5.3
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications. more>>
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications.
Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets
<<lessDisplays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets
Download (0.16MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
988 downloads
GMail::Checker 1.04
GMail::Checker is a Perl wrapper for Gmail accounts. more>>
GMail::Checker is a Perl wrapper for Gmail accounts.
SYNOPSIS
use GMail::Checker;
my $gwrapper = new GMail::Checker();
my $gwrapper = new GMail::Checker(USERNAME => "username", PASSWORD => "password");
# Lets log into our account (using SSL)
$gwrapper->login("username","password");
# Get the number of messages in the maildrop & their total size
my ($nb, $size) = $gwrapper->get_msg_nb_size();
# Do we have new messages ?
my $alert = $gwrapper->get_pretty_nb_messages(ALERT => "TOTAL_MSG");
# Get the headers for a specific message (defaults to last message)
my @headers = $gwrapper->get_msg_headers(HEADERS => "FULL", MSG => 74);
# Get a message size
my ($msgnb, $msgsize) = $gwrapper->get_msg_size(MSG => 42);
# Retrieve a specific message
my @msg = $gwrapper->get_msg(MSG => 23);
print $msg[0]->{content}, "n";
print $msg[0]->{body};
# Retrieve UIDL for a message
my @uidl = $gwrapper->get_uidl(MSG => 10);
This module provides a wrapper that allows you to perform major operations on your gmail account.
You may create a notifier to know about new incoming messages, get information about a specific e-mail, retrieve your mails using the POP3 via SSL interface.
<<lessSYNOPSIS
use GMail::Checker;
my $gwrapper = new GMail::Checker();
my $gwrapper = new GMail::Checker(USERNAME => "username", PASSWORD => "password");
# Lets log into our account (using SSL)
$gwrapper->login("username","password");
# Get the number of messages in the maildrop & their total size
my ($nb, $size) = $gwrapper->get_msg_nb_size();
# Do we have new messages ?
my $alert = $gwrapper->get_pretty_nb_messages(ALERT => "TOTAL_MSG");
# Get the headers for a specific message (defaults to last message)
my @headers = $gwrapper->get_msg_headers(HEADERS => "FULL", MSG => 74);
# Get a message size
my ($msgnb, $msgsize) = $gwrapper->get_msg_size(MSG => 42);
# Retrieve a specific message
my @msg = $gwrapper->get_msg(MSG => 23);
print $msg[0]->{content}, "n";
print $msg[0]->{body};
# Retrieve UIDL for a message
my @uidl = $gwrapper->get_uidl(MSG => 10);
This module provides a wrapper that allows you to perform major operations on your gmail account.
You may create a notifier to know about new incoming messages, get information about a specific e-mail, retrieve your mails using the POP3 via SSL interface.
Download (0.007MB)
Added: 2007-04-19 License: Perl Artistic License Price:
920 downloads
Php Gmail Drive 0.3.2
PhpGmailDrive (PGD) turns your Gmail account into a Web based file server. more>>
PhpGmailDrive is a new type of file sharing utility. Unlike typical file servers (say xDrive) it uses Gmail as backend file server. You can enjoy it simply by hosting a small PHP script in your web site without any database.
Gmail file space is more than 2GB, so you can imagine you already have such a big space on internet. However, you will require a Gmail account (If you dont have any Gmail address, go GmailSwap or ask your friends.).
PGD automatically connects Gmail server and fetches list of all attached files and generate downloadable links in a tree like view. If you are looking for a file server to upload your music or notes without any hassle, PGD is ideal for you. Technically speaking PGD is wrapper of Gmailer .
Thought there is no need to know hecks of PHP or Gmailer. Just you have to check that your PHP hosting service provider has curl extension of PHP to handle HTTP/HTTPS traffic.
Main features:
- Successfully connects to Gmail and only grabs list of Attachments in Gmail messages.
- List of attachments are displayed with inbuilt Javascript engine. You can customize output to any other formats.
- 100% compliant to GMAILFS. So you can upload with Windows Gmail Shell extension or Linux GmailFS utilities..
- Supports Multiple Gmail accounts in the same script .
- Supports all browsers.
- Total size is less than 100 KB.
<<lessGmail file space is more than 2GB, so you can imagine you already have such a big space on internet. However, you will require a Gmail account (If you dont have any Gmail address, go GmailSwap or ask your friends.).
PGD automatically connects Gmail server and fetches list of all attached files and generate downloadable links in a tree like view. If you are looking for a file server to upload your music or notes without any hassle, PGD is ideal for you. Technically speaking PGD is wrapper of Gmailer .
Thought there is no need to know hecks of PHP or Gmailer. Just you have to check that your PHP hosting service provider has curl extension of PHP to handle HTTP/HTTPS traffic.
Main features:
- Successfully connects to Gmail and only grabs list of Attachments in Gmail messages.
- List of attachments are displayed with inbuilt Javascript engine. You can customize output to any other formats.
- 100% compliant to GMAILFS. So you can upload with Windows Gmail Shell extension or Linux GmailFS utilities..
- Supports Multiple Gmail accounts in the same script .
- Supports all browsers.
- Total size is less than 100 KB.
Download (0.069MB)
Added: 2005-07-08 License: LGPL (GNU Lesser General Public License) Price:
1576 downloads
Gmail Notifier 0.5.6.5
Gmail Notifier is a notifier for Gmail accounts, Firefox extension. more>>
Gmail Notifier is a notifier for Gmail accounts, Firefox extension.
Dont use username@gmail.com as the notifiers username - just use the username!
If the unread count looks wrong, do a Gmail search for "is:unread" and check if you have archived unread mail.
Main features:
- Monitor your Gmail account from within your Mozilla browser.
- Statusbar item available for all browsers, and Firefox users get a toolbar item as well.
- Supports Gmail Hosted accounts. Simply use username@hosteddomain.tld as the username in the notifier.
<<lessDont use username@gmail.com as the notifiers username - just use the username!
If the unread count looks wrong, do a Gmail search for "is:unread" and check if you have archived unread mail.
Main features:
- Monitor your Gmail account from within your Mozilla browser.
- Statusbar item available for all browsers, and Firefox users get a toolbar item as well.
- Supports Gmail Hosted accounts. Simply use username@hosteddomain.tld as the username in the notifier.
Download (0.079MB)
Added: 2007-04-08 License: MIT/X Consortium License Price:
575 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gmail search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed