[Twisted-Python] twisted.mail.imap4.IMAP4Client.fetchMessage always throws exception

2015-09-03 Thread Wang Yan
Hi, I've installed Twisted 15.3.0 on Ubuntu 14.04LTS. Excellent work but there's one problem bothering me for a long time: twisted.mail.imap4.IMAP4Client.fetchMessage always throws exception and the exception occured at random, e.g. somtimes the exception occured when the program read the 120t

Re: [Twisted-Python] understanding IConsumer

2015-09-03 Thread David Stainton
I'm not the best person to respond here but I think you should not want or need to implement your own consumer... Twisted transports and protocols are implemented using producers and consumers. On Thu, Sep 3, 2015 at 3:08 AM, Roshan Cherian wrote: > Hi Team, > > I am sorry if this is coming off a