Package: python-libgmail Version: 0.1.4-3 Followup-For: Bug #383052 Tags: patch
The attached patch fixes this bug. -- Jakub Wilk
--- libgmail.py.orig 2006-08-15 16:48:21.000000000 +0200
+++ libgmail.py 2006-08-15 09:56:17.000000000 +0200
@@ -302,7 +302,7 @@
# TODO: Tidy this up?
# This requests the page that provides the required "GV" cookie.
- RE_PAGE_REDIRECT = 'CheckCookie\?continue=([^"]+)'
+ RE_PAGE_REDIRECT = 'CheckCookie\?continue=([^"\'&]+)'
# TODO: Catch more failure exceptions here...?

