iGmail - Gmail interface for Apple iPhone
*** THIS PAGE IS OBSOLETE ***
iGmail is a small gateway application which is simple and cool Gmail interface for Apple iPhone.
Demo site: http://igmail.naan.net/
In this demo site, your login details are not stored by naan.net. They are saved in a cookie of your iPhone. But, this server is not powerful (sometimes it's very slow). Although it's not encrypted. If you concern about security, please check out codes from my svn repository and build your own server.
Why iGmail
iPhone has a Safari full browser. So you can fully use original Gmail. But if you are in AT&T EDGE networks, it is too slow to load the page. Even if you are using WiFi, it's still slow to load and compile huge Gmail javascript file.
Gmail has a plane HTML mode and a mobile version. It's good enough, but it doesn't have AJAX interface. I think it's not cool because Safari is a full browser ;-)
This is why I've been working on this project.
How to setup
- Setup rails environment
- checkout application
$ svn co http://www.naan.net/svn/trunk/igmail
- run app with WEBrick or lighttpd
TODO
- star/unstar
- compose mail
- manage label and contact
- improve desing
- and so on...
