PDA

View Full Version : Request: CheckGmail


jasplund
June 15th, 2005, 03:39 PM
Since mail-notification works with gmail for me i've been looking at som alternatives.
I came across http://checkgmail.sourceforge.net/ which I'd love to see in the backports.


Johan

m0biu5
June 15th, 2005, 03:57 PM
I'll second that. That looks like what I've been searching for!

McQuaid
June 15th, 2005, 04:18 PM
I just put in a request for mail notification 1.1 which is in breezy. This looks kind of cool. Any first hand experience with both? Curious if this is better.

Btw, I'm not sure if this is still official policy but I believe the backports project only backports existing debs from breezy preferably and in some cases debian sid. If this package doesn't exist in either I don't think requests like this get filled. Which is a shame really if all the lib requirements are currently satisfied in hoary.

jasplund
June 15th, 2005, 04:49 PM
I just put in a request for mail notification 1.1 which is in breezy. This looks kind of cool. Any first hand experience with both? Curious if this is better.

Btw, I'm not sure if this is still official policy but I believe the backports project only backports existing debs from breezy preferably and in some cases debian sid. If this package doesn't exist in either I don't think requests like this get filled. Which is a shame really if all the lib requirements are currently satisfied in hoary.

I don't think mail-notification 1.1 works any better with gmail than 1.0 does

jasplund
June 16th, 2005, 03:46 AM
Has anyone seen a deb of CheckGmail? or has anyone tried it?

jasplund
June 20th, 2005, 06:59 AM
Is there really no way we can get this backported? Or any other gmail notifier for that matter

foxy123
June 20th, 2005, 08:54 AM
just for your info, there is a good FIrefox extension for it: GMail Notifier, I used in in WinXP, though have never tried in Linux...

http://nexgenmedia.net/extensions/#gm-notifier

jasplund
June 20th, 2005, 08:57 AM
Yes I know, thanks for the info though. However i don't really see the need for a notifier if I need to have firefox open to use it.

foxy123
June 20th, 2005, 08:58 AM
I guess you're right. I just have FF always opened. :)

jasplund
July 11th, 2005, 12:12 PM
There's a new version out for checkgmail now. Maybe someone could backport it to extra? http://checkgmail.sourceforge.net

dcraven
July 11th, 2005, 12:48 PM
It's just a single file script in the tarball. Just drop it into ~/bin or something and it's installed. The problem is this:


dcraven@sigma:~/Sandbox/src/checkgmail-1.1.2 $ ./checkgmail
CheckGmail v1.1.2
Copyright \uffff 2005 Owen Marshall

Hmmmm ... Crypt::Simple doesn't seem to be working!
Not using Debian or Ubuntu, are you??

Your best bet is to download the Crypt::Simple module from CPAN
(http://search.cpan.org/~kasei/Crypt-Simple/) and install it manually. Sorry!


Cute.. haha :D. This is in breezy though and I can't even read man pages here. It might work fine in Hoary. Give it a shot!

~djc

bhound89
July 23rd, 2005, 12:18 PM
Ive been able to run version 1.3 of CheckGmail, but I can't save the password because I can't figure out how to install Crypt::Simple.

plutoprime
July 23rd, 2005, 01:03 PM
Ive been able to run version 1.3 of CheckGmail, but I can't save the password because I can't figure out how to install Crypt::Simple.
I'm using the latest checkgmail and it works great. In order to install crypt::simple you have to run a make , make install after extracting the source file. There is a tar.gz source file on the website you can download. I understand you are having problems because there are absolutely no installation instructions supplied with the source file :)

P.S. I forgot to mention before you can run make there is a "perl" script in the souces directory. You have to run perl scriptname.pl in the terminal before you can do a make && make install

anders
August 10th, 2005, 12:44 PM
I'm using the latest checkgmail and it works great. In order to install crypt::simple you have to run a make , make install after extracting the source file. There is a tar.gz source file on the website you can download.

I can't find it. Has it been removed? Or alternatively, is there any deb package for it somewhere?

I would really like to be able to use checkgmail because mail-notification doesn't seem to work with gmail accounts (using the gmail account option crashes the program and using POP doesn't work because SSL is disabled in the Ubuntu package).

cutOff
August 14th, 2005, 08:04 AM
It's just a single file script in the tarball. Just drop it into ~/bin or something and it's installed. The problem is this:


dcraven@sigma:~/Sandbox/src/checkgmail-1.1.2 $ ./checkgmail
CheckGmail v1.1.2
Copyright \uffff 2005 Owen Marshall

Hmmmm ... Crypt::Simple doesn't seem to be working!
Not using Debian or Ubuntu, are you??

Your best bet is to download the Crypt::Simple module from CPAN
(http://search.cpan.org/~kasei/Crypt-Simple/) and install it manually. Sorry!


Cute.. haha :D. This is in breezy though and I can't even read man pages here. It might work fine in Hoary. Give it a shot!

~djc

You need the following packages

libgtk2-perl
libgtk2-trayicon-perl
libwww-perl
libcrypt-ssleay-perl
libxml-simple-perl

In addition, for the ability to save passwords, you'll need these modules:

Crypt-Simple
Crypt-Blowfish
FreezeThaw
Compress-Zlib
Digest-MD5
MIME-Base64

rune
March 17th, 2006, 02:22 PM
to get rid of the make failure I did:
apt-get install make automake1.9 autoconf
sudo rm -rf .cpan
sudo perl -MCPAN -e 'install Crypt::Simple'

I think that maybe one or more of the packages (make automake1.9 autoconf) aren't required, give it a try and report back.