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>

This user has 2 previous reviews of this add-on.