Re: Ligmail bug?

2007-08-12 Thread Gabriel Genellina
En Sun, 12 Aug 2007 22:14:08 -0300, Ed Leafe <[EMAIL PROTECTED]> escribi�: > On Aug 12, 2007, at 7:06 AM, Steve Holden wrote: > >> [Please reply via the list when a response is made via the list. > > The default behavior for this list should be to reply to the list, > as you have pointed out

Re: Ligmail bug?

2007-08-12 Thread Steve Holden
Ed Leafe wrote: > On Aug 12, 2007, at 7:06 AM, Steve Holden wrote: > >> [Please reply via the list when a response is made via the list. >> You may >> now have detached the follow-ups from your original question, but at >> least if you use the list there's a chance someone else will help >> yo

Re: Ligmail bug?

2007-08-12 Thread Ed Leafe
On Aug 12, 2007, at 7:06 AM, Steve Holden wrote: > [Please reply via the list when a response is made via the list. > You may > now have detached the follow-ups from your original question, but at > least if you use the list there's a chance someone else will help > you if > I give up or don't

Re: Ligmail bug?

2007-08-12 Thread Steve Holden
No.23 wrote: > yes, repeatable: > > Shell:~ >: date > Sun Aug 12 17:42:10 GMT 2007 > Shell:~ >: gmail.py > . > > Shell:~ >: date > Sun Aug 12 18:21:22 GMT 2007 > Shell:~ >: > > >> Is the error repeatable? How many times over what period of time have >> you experienced it? > >> No.23 wrote

Re: Ligmail bug?

2007-08-11 Thread Steve Holden
No.23 wrote: [way too much, ending with] >File "/usr/local/lib/python2.5/urllib2.py", line 1076, in do_open > raise URLError(err) > urllib2.URLError: resolution')> > > > other information: > Shell:~ >: uname -a > OpenBSD ob41.org 4.1 ob41#0 i386 > Shell:~ >: python > Python 2.5 (r25:51

Ligmail bug?

2007-08-11 Thread No.23
#!/usr/bin/env python import libgmail from time import gmtime, strftime fp = open('/tmp/python.list', 'w') ga = libgmail.GmailAccount("[EMAIL PROTECTED]", "mypass") ga.login() result = self.ga.getMessagesByLabel('python.list', True) result_len = len(result) cnt = 0 if result_len: for thread