Hi all, I'm new to this group but got experiencing the same issue with gmail extension. I've checked the log files of the plugin and it seems that what crashes is this method in the plugin mailBoxOnloadHandler method (nsGMailPOP.js)
var iNumEmails = parseInt(aMSGTableURLs[3]); this raises an exception because aMSGTableURLs is null. I had a slightly deeper look and the trouble is in this instruction var aMSGTableURLs = szResponse.match(PatternGMailNextMSGTable); few lines before the parseInt one. This instruction tried to do a regexp on the response. The response is correctly filled, but the regexp match returns a null content (as if nothing has been found). Reason is probably because the list of headers for messages has changed - but I don't have enough details on how gmail structures these things. I hope this feedback may help the discussion... I'm behind a proxy that filters everything except http, so I cannot use Pop or IMAP.. Thanks! On Nov 2, 9:08 pm, Craig <[email protected]> wrote: > Thanks for the tip. Seems like everything is back to working again > today. Maybe something on Google's side. > > On Nov 1, 3:59 pm, Seth Foss <[email protected]> wrote: > > > Gmail has IMAP, so you don't need an extension to access it with > > Thunderbird. > > > The only hassle with this for you is that it will have to delete your > > current Thunderbird GMail account and re-download all your email. > > > After you've deleted your gmail account in thunderbird: > > > Follow the instructions > > here:http://mail.google.com/support/bin/answer.py?answer=77695 > > > Then create a new account in Thunderbird. Once you put in your > > @gmail.com address, Thunderbird will automatically fill in the IMAP and > > SMTP settings. > > > On 11/1/2010 4:34 PM, Craig wrote: > > > > I am getting the same error as well beginning today. I just updated to > > > the gmail plugin v.0.6.6b1 > > > > On Oct 30, 9:57 am, KE4AVB<[email protected]> wrote: > > >> I am getting the following when I attempt to check my email for gmail > > >> accounts for last several days: > > > >> The STAT command did not succeed. Error getting message number and > > >> sizes. Mail server localhost responded: negative vibes (GMail) > > > >> Any thought on fixing it. Gmail is my primary email provider. It would > > >> nice to get it working again soon. > > > >> Eugene
