Re: [Twisted-Python] IMAP4 Client extrange behavior

2010-03-04 Thread César García
Hello all I have solved this, here are my final functions, I thing to notice is that with twisted 8.2 the one from the debian/ubuntu repos this functions do not work properly, in the other hand, they work just fine with twisted 9 and 10 def selectMailbox(self, mailbox): """ Sele

[Twisted-Python] IMAP4 Client extrange behavior

2010-02-22 Thread César García
Hello all, I have this imap4 client http://www.pastebin.com/m4e387f1a most of the code is barrowed from a IRC friend, bob_f , it works fine but as soon as more that 1 email arrrives to the inbox, it only prints the first new messages but not the others, I wonder what am I doing wrong Thanks a lot