Welcome to Firefox for Android Add-ons.
Add extra features and styles to make Firefox for Android your own.
CloseReview for Gmail Manager by batso
Rated 5 out of 5 stars
Sarre's link is a working non-official patch. Upon inspection, the only modifications to the code are the gmail login urls. See below.
< this._loginURL = "https://www.google.com/a/" + this.domain + "/LoginAction2";
---
> this._loginURL = "https://www.google.com/a/" + this.domain + "/LoginAction2?service=mail";
224c224
< this._loginURL = "https://www.google.com/accounts/ServiceLoginAuth";
---
> this._loginURL = "https://accounts.google.com/ServiceLoginAuth?service=mail";
And the version info...
14c14
< <em:version>0.6.4.1</em:version>
---
> <em:version>0.6.4.1.3</em:version>
30c30
< <em:maxVersion>4.0.*</em:maxVersion>
---
> <em:maxVersion>6.*</em:maxVersion>
To create your own collections, you must have a Mozilla Add-ons account.