« New Google Talk Gadget | Main | Google Maps API Supports KML and GeoRSS »

Pocket Gmail Updated

I have fixed many bugs today on Pocket Gmail, the unmaintained and unofficial mobile interface for Gmail. I had problems to access https from my mobile, so impossible to access m.gmail.com, that's why I use more frequently the Pocket Gmail edition to read and answer quickly my emails.

gmail-pocket.jpg
  • Updated libgmailer to 0.9 Beta 5
  • Fixed problem with the character "u003c" broking page formatting
  • Reply should display correctly the fields To and Cc

Bugs not fixed :

  • All Contacts and Frequently mailed - returns errors.
  • Delete Forever from message options - return errors.

Please let me know if you noticed other bugs. This application is not maintained anymore by its original author Wiggster, but I'm doing the effort to fix bugs to keep it useful. For your privacy, we do not store your login and password information on our server, and this service is not affiliated with Google. If you feel it is not safe, please don't use it.

Bookmark this article at these sites
Comments
1

How did you: fix problem with the character "u003c" breaking page formatting?

Are you using libgmailer-0.9.0-beta-5.zip?

2

yep I'm using the 0.9 beta 5. It have to be fixed otherwise, but for a quick fix find in the code

if (count($t) < 12) {

and add before it

$t[3] = str_replace('u003c','<',$t[3]);

Do the same for $t[4], $t[5] and $t[6]

Post a comment





(Email will remain hidden)





Please enter the security code you see here




Related entries
Email to a friend
Email this article to:


Your email address:


Message (optional):