PDA

View Full Version : CrAzY idea for email checker


davidbessler
28-12-2007, 09:40 PM
How about a program which ONLY checks if you have new mail on an account, then activates the email program of your choice ... for me it would be google for mobile. Better yet, it can just ask you if you want to open the email program of your choice. This program would be TINY so you don't have to have your entire java midlet manager and gmail for mobile open all the time.

It needs basically the same functionality as the native WM6 email system, except instead of launching outlook mobile, it can launch anything you want it to.

Example: Program checks for new mail every 5 minutes. When there is new mail (it doesn't even need to tell me what the mail is), it notifies, and asks me if I want to read new mail. If I click yes, it launches gmail for mobile, which (thanks to the jbed connection prompt skipping hack: http://pdaphonehome.com/forums/ppc-6800-xv6800/91837-opera-mini-4-beta-2-released-includes-info-new-java-midlet-manager.html ) automatically checks my new mail.

The idea is that the program is as small as possible, and checks for new mail as quickly as possible, by only checking whether or not there is new mail. It can ignore the rest of the header info.


Does this exist? Can someone make it?