Re: [Twisted-Python] IMAP IDLE

2013-06-23 Thread William McCall
On 06/21/2013 06:45 PM, Glyph wrote: On Jun 21, 2013, at 7:20 AM, William McCall > wrote: Comments welcome! The main comment I have is: no tests!!! ;) If you're going to submit this as a patch, it would of course be very helpful to have unit test coverage.

Re: [Twisted-Python] IMAP IDLE

2013-06-21 Thread Glyph
On Jun 21, 2013, at 7:20 AM, William McCall wrote: > Comments welcome! The main comment I have is: no tests!!! ;) If you're going to submit this as a patch, it would of course be very helpful to have unit test coverage. If you need help figuring out how to do that, feel free to ask questions

[Twisted-Python] IMAP IDLE

2013-06-21 Thread William McCall
All-- Because I have seen it asked before (and because I have plans for it), I have a half-way implementation of IMAP IDLE. Yes, I am aware this is very uhh... fabulously written. https://github.com/williammccall/twisted-imap-idle Something I am looking to do is add a method to the Command c

[Twisted-Python] IMAP IDLE client support

2009-10-08 Thread Adam MacBeth
It doesn't appear that Twisted's IMAP client (twisted.mail.imap.IMAP4Client) supports the IDLE command. Are there any plans for this or does anyone have any thoughts on the complexity of implementing it? Thanks, Adam ___ Twisted-Python mailing list Twi