Logged In: NO

Opener was not being created properly when GmailAccount object was instantiated with a GmailSession object.

Here's the patch

# diff libgmail-old.py libgmail.py
317a318,322
> self.opener = urllib2.build_opener(
> urllib2.HTTPHandler(debuglevel=0),
> urllib2.HTTPSHandler(debuglevel=0),
> SmartRedirectHandler(self._cookieJar))
>