Re: [Twisted-Python] Imap client problem, help fro troubleshoot

2011-02-25 Thread César García
OK Thanks a lot, I'll try that. 2011/2/25 : > On 04:41 pm, cel...@gmail.com wrote: >>Hi Jean-Paul thank a lot for your reply, intentionally I'm not >>stopping the reactor this comes without my intervention > > There are several calls to `reactor.stop` in the example, though.  The > reactor won't

Re: [Twisted-Python] Imap client problem, help fro troubleshoot

2011-02-25 Thread exarkun
On 04:41 pm, cel...@gmail.com wrote: >Hi Jean-Paul thank a lot for your reply, intentionally I'm not >stopping the reactor this comes without my intervention There are several calls to `reactor.stop` in the example, though. The reactor won't stop unless that method is called. >>>Failure:

Re: [Twisted-Python] Imap client problem, help fro troubleshoot

2011-02-25 Thread César García
Hi Jean-Paul thank a lot for your reply, intentionally I'm not stopping the reactor this comes without my intervention >>Failure: twisted.internet.error.ConnectionDone: Connection was >>closed cleanly there is where I get lost, I'm using Solaris 10, python 2.6.2 and twisted 10.1.0, could

Re: [Twisted-Python] Imap client problem, help fro troubleshoot

2011-02-25 Thread exarkun
On 24 Feb, 04:51 pm, cel...@gmail.com wrote: >Hello All, I have this[1] IMAP4 client in twisted, but I'am getting >this error too much, how can I troubleshoot it or how can I restart >the main loop after this failure? > > Traceback (most recent call last): >Failure: twisted.internet

[Twisted-Python] Imap client problem, help fro troubleshoot

2011-02-24 Thread César García
Hello All, I have this[1] IMAP4 client in twisted, but I'am getting this error too much, how can I troubleshoot it or how can I restart the main loop after this failure? Traceback (most recent call last): Failure: twisted.internet.error.ConnectionDone: Connection was closed cleanl