On Tue, Mar 13, 2007 at 07:43:59PM -0700, Sebastien Delafond wrote: > I asked for the inclusion in etch of a patched python-libgmail about 1 > or 2 months ago. The fix was targeted, so you granted this > request. Unfortunately, something has changed again in the way Gmail > works, and the fix that was introduced in etch brakes pretty much all > of python-libgmail functionality... So I'm asking for the reversal of > this patch, namely to upload a new package to etch with this (very > targeted) change:
> --- old/libgmail.py 2006-09-28 13:56:37.000000000 -0700 > +++ new/libgmail.py 2007-01-02 10:40:59.000000000 -0800 > @@ -1416,7 +1428,7 @@ > self.sender = msgData[MI_AUTHOREMAIL] > > self.attachments = [GmailAttachment(self, attachmentInfo) > - for attachmentInfo in msgData[MI_ATTACHINFO-1]] > + for attachmentInfo in msgData[MI_ATTACHINFO]] > > # TODO: Populate additional fields & cache...(?) > > Is this something that is doable as of now ? "breaks pretty much all of python-libgmail functionality" points to an undeclared grave bug, so yes. Hopefully this new version is well-tested and will last us for a while? -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

