Hi
I'm trying to implement my own IMAP solution based on James v3
The messages can be pushed to the store bypasing the James - in
such a case I'd like to inform IMAP clients that something hava
changed.
I was looking at the code a little bit and it looks like I should
push an event to MailboxEventDispatcher (so the NOOP will notify
mailbox size has changed and inform client about the fact) but I
can not find a way to get the MailboxEventDispatcher instance from
externall code.
I think about smth like registering an JMS listener to listen for
external mailbox changes and push the events to dispatcher but I have no
idea where my start point
should be.
Any suggestions how (if it's possible at all) can I achieve what I
described?
Wojtek
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]