[Twisted-Python] imap and noop

2009-07-08 Thread Darren Syzling
I'm new to twisted and was experimenting trying to create an imap server based on the example within Twisted Network Programming Essentials. My test client is Thunderbird. I'm wondering if anyone has had any experience handling the 'noop' command here's my scenario: - I have two unread messages

Re: [Twisted-Python] imap and noop

2009-07-08 Thread Darren Syzling
Jean-Paul Calderone wrote: > > You may want to use the IMailboxListener implementation on IMAP4Server to > handle this case (IMAP4's complicated, I'm not sure this is the right > direction to pursue, but it's *a* direction :). > I'm glad you said that I thought I was going mad, I'm mired in stat

Re: [Twisted-Python] imap and noop

2009-07-08 Thread Darren Syzling
Jean-Paul Calderone wrote: > You may want to use the IMailboxListener implementation on IMAP4Server to > handle this case (IMAP4's complicated, I'm not sure this is the right > direction to pursue, but it's *a* direction :). > > There seems to be an immediate issue with this approach and Thunder