Skip Menu |

This queue is for tickets about the Mail-Webmail-Gmail CPAN distribution.

Report information
The Basics
Id: 13290
Status: resolved
Priority: 0/
Queue: Mail-Webmail-Gmail

People
Owner: Nobody in particular
Requestors: mwahal [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.03.1
Fixed in: (no value)



Subject: Gmail has stopped working now.
Hi, I've installed the latest Mail::Webmail::Gmail. The gmail is not working. The msgid returned is always NULL/empty. The mail never reaches the mailbox. It was working probably till last week. Thanks Mudit
From: ryaowe
I had the same problem. Its because of a regex problem on line 2011 of Gmail.pm (v1.0.3). This is where it extracts the url from a <script src="<url>"> tag. The regex was as follows: /<script src="(.*)"/ But google recently added some stuff to this page, causing there to be more quotes after the closeing quote for the src= NVP. I modified mine as follows: /<script src="(.*)".*>.*<\/script>/ And that fixed the problem for me. I don't claim to be a regex expert, so there is probably a better way to solve this, but it should get you working for the time being. [guest - Fri Jun 17 11:16:18 2005]: Show quoted text
> Hi, > > I've installed the latest Mail::Webmail::Gmail. The gmail is not > working. The msgid returned is always NULL/empty. The mail never > reaches the mailbox. > > It was working probably till last week. > > Thanks > > Mudit
This works great !!! Thanks Mudit [guest - Wed Jun 22 13:34:17 2005]: Show quoted text
> I had the same problem. Its because of a regex problem on line 2011 > of > Gmail.pm (v1.0.3). This is where it extracts the url from a <script > src="<url>"> tag. The regex was as follows: > > /<script src="(.*)"/ > > But google recently added some stuff to this page, causing there to be > more quotes after the closeing quote for the src= NVP. I modified > mine > as follows: > > /<script src="(.*)".*>.*<\/script>/ > > And that fixed the problem for me. I don't claim to be a regex > expert, > so there is probably a better way to solve this, but it should get you > working for the time being. > > [guest - Fri Jun 17 11:16:18 2005]: >
> > Hi, > > > > I've installed the latest Mail::Webmail::Gmail. The gmail is not > > working. The msgid returned is always NULL/empty. The mail never > > reaches the mailbox. > > > > It was working probably till last week. > > > > Thanks > > > > Mudit
> >
Date: Wed, 22 Jun 2005 15:10:59 -0400
From: mincus <mincus [...] gmail.com>
To: bug-Mail-Webmail-Gmail [...] rt.cpan.org
Subject: Re: [cpan #13290] Gmail has stopped working now.
RT-Send-Cc:
Thanks for your help tracking down the problem. I have updated the code and after some further testing will release the new version tonight. Thanks again! --mincus On 6/22/05, Guest via RT <bug-Mail-Webmail-Gmail@rt.cpan.org> wrote: Show quoted text
> > This message about Mail-Webmail-Gmail was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=13290 > > > This works great !!! > > Thanks > > Mudit > > [guest - Wed Jun 22 13:34:17 2005]: >
> > I had the same problem. Its because of a regex problem on line 2011 > > of > > Gmail.pm (v1.0.3). This is where it extracts the url from a <script > > src="<url>"> tag. The regex was as follows: > > > > /<script src="(.*)"/ > > > > But google recently added some stuff to this page, causing there to be > > more quotes after the closeing quote for the src= NVP. I modified > > mine > > as follows: > > > > /<script src="(.*)".*>.*<\/script>/ > > > > And that fixed the problem for me. I don't claim to be a regex > > expert, > > so there is probably a better way to solve this, but it should get you > > working for the time being. > > > > [guest - Fri Jun 17 11:16:18 2005]: > >
> > > Hi, > > > > > > I've installed the latest Mail::Webmail::Gmail. The gmail is not > > > working. The msgid returned is always NULL/empty. The mail never > > > reaches the mailbox. > > > > > > It was working probably till last week. > > > > > > Thanks > > > > > > Mudit
> > > >
> > >
Thanks for pointing this out. This problem should be fixed in version 1.04 --mincus [guest - Fri Jun 17 11:16:18 2005]: Show quoted text
> Hi, > > I've installed the latest Mail::Webmail::Gmail. The gmail is not > working. The msgid returned is always NULL/empty. The mail never > reaches the mailbox. > > It was working probably till last week. > > Thanks > > Mudit