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
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
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