[request] Gmail Checker..

It would rock :)

#204143

Haven't tried it but couldn't you just use any other mail checker?

#204148

Nope, GMail doesn't support pop3 (yet)... And I agree, a GMail checker for AveDesk WOULD rock.

#204180

Might it be possible to figure out how to do it? I mean there's a program that you can put in the system tray to check gMail, how hard can it be to port that to AveDesk?

#205715

This would be a great app...

Right now I'm using, http://johnvey.com/features/gmailapi/

#206634

I'm using Mail Notifier, checks multiple accounts, automatically logs in, plays a sound when you got new mail - that's all I need... I guess it shouldn't be too hard to port this sort of thing to AveDesk... anyone? ;)

#207097

If any developers would like a gmail account so that they could then turn around and create a really COOL, kick but, Gmail notification desklet. Let me know. I may need to see some credentials first, though... invitations are still tough to come by... ;)

kevinkeenan@gmail.com

#209046

That will be amazing !

#209803

there's a Konfabulator widget that does that and is small so it displays only the Gmail M on the envelope logo and a number for unread messages! You could port that to AveDesk.

Pat

#209805

ive got one invitation to gmail....if anyone would like it, to help develop this avedesk app, please pm me, cuz i'd like this notifier also :)

#211165

If someone does it, they'll probably have to use the data-array things the way the Gmail interface Javascript does.. I heard somewhere that Google was going to deliberately set it up so HTML-parsing things wouldn't work, 'cos they put too much strain on the server..

#211765

http://www.thecodeproject.com/csharp/gmail...0&select=875234

maybe this could help someone its open source.

#211776

Originally posted by Mahalis@Sep 4 2004, 01:49 AM

If someone does it, they'll probably have to use the data-array things the way the Gmail interface Javascript does.. I heard somewhere that Google was going to deliberately set it up so HTML-parsing things wouldn't work, 'cos they put too much strain on the server..

<{POST_SNAPBACK}>

Please tell me more about the "Gmail interface Javascript".

I'm in no way fond of dotNet and won't introduce csharp sources into AveDesk...

#211943

There's a GMail notifier for Trillian Pro:

http://www.deltha.ro/

It works very well... Checks multiple accounts at customized times and even has a message preview... Doesn't consume any memory or cpu at all. Now if anybody could port that to an Avedesk widget... :D

(I'd be pleased to give out six gmail invitations to anybody who does that, in case there's still need of them...)

#215187

Firefox now has a Gmail Notifer extension which I am using right now. Its the best although it supports only a single account. It supports automatic login and displays the no. of new messages on the desktop.

Also you can use the official Gmail notifier from Google

http://toolbar.google.com/gmail-helper/

#215192

!! looks nice

#218933

Okay, folks

all the APIs I found so far need the .Net runtime. Why? because MS chose to implement needed secure HTML/XML stuff into .Net runtimes only. So far, only complex solutions utilizing OpenSSL like the FireFox plugin are available as source code.

However, this one should close the case:

It allows pop3 access to GMail and hence works with all pop3 enabled desklets'n docklets, likewise with Outlook, Outlook Express, Thunderbird etc. out of the box.

#218960

Okay, folks

all the APIs I found so far need the .Net runtime. Why? because MS chose to implement needed secure HTML/XML stuff into .Net runtimes only. So far, only complex solutions utilizing OpenSSL like the FireFox plugin are available as source code.

However, this one should close the case:

It allows pop3 access to GMail and hence works with all pop3 enabled desklets'n docklets, likewise with Outlook, Outlook Express, Thunderbird etc. out of the box.

Yeah, I'm aware of this - but this tool utilizies .NET and is furthermore buggy as hell. However, GMail now supports reading your unread email as RSS feeds, so it should be easy to create a GMail checker widget by using this method somehow...

#218975

All the RSS feeds for gmail that I found still run on top of the aforesaid .Net library...

#218981

I am using iRobot from http://www.irobotsoft.com. It can check

gmail, yahoo and hotmail messages from the tray bar. It consume

little CPU and is really cute.

#221929

Okay, folks

However, this one should close the case:

It allows pop3 access to GMail and hence works with all pop3 enabled desklets'n docklets, likewise with Outlook, Outlook Express, Thunderbird etc. out of the box.

Excellent find! Thank you.

#222060

Hmmm..just yesterday I found that my Gmail account already got POP3 support....

And they said that it will be FREE. Gmail rocks!!!

#228367