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