Re[2]: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-28 Thread Wojciech Strzałka
Yea. It's working very nice. Thanks again for perfect support. Wojtek > Did you had time to see if it fit your needs ? We are in the progress > of making a new mailbox release and I want to make sure we have > something useful in it before cutting it.. > Thx, > N

Re: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-28 Thread Norman Maurer
Did you had time to see if it fit your needs ? We are in the progress of making a new mailbox release and I want to make sure we have something useful in it before cutting it.. Thx, Norman 2010/12/26 Norman Maurer : > Hi there, > > I just commited the changes.. See: > > https://issues.apache.org

Re: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-26 Thread Norman Maurer
Hi there, I just commited the changes.. See: https://issues.apache.org/jira/browse/MAILBOX-22 Let me know if it work out for you. We want to release a new version of mailbox project soon Bye, Norman 2010/12/24 Norman Maurer : > I will have a look at it the next days, so stay tuned... > > B

Re: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-24 Thread Norman Maurer
I will have a look at it the next days, so stay tuned... Bye Norman Am Freitag, 24. Dezember 2010 schrieb Wojciech Strzałka : > >  Sounds perfect > >> Hi there, > >> ok I see your point now. In fact I thought about make the >> "DelegatingMailboxListener" pluggable so it would be possible to >>

Re[4]: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-24 Thread Wojciech Strzałka
Sounds perfect > Hi there, > ok I see your point now. In fact I thought about make the > "DelegatingMailboxListener" pluggable so it would be possible to > better support clustering etc. So you would create one instance of the > DelegatingMailboxListener (or subclass) and inject it into the >

Re: Re[2]: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-24 Thread Norman Maurer
Hi there, ok I see your point now. In fact I thought about make the "DelegatingMailboxListener" pluggable so it would be possible to better support clustering etc. So you would create one instance of the DelegatingMailboxListener (or subclass) and inject it into the MailboxManager. Then you could

Re[2]: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-24 Thread Wojciech Strzałka
Hi Thanks for quick response. So - as I wrote before - James IMAP is only one of the possibilities for email to entry my store (it's separate application in fact and I've implemented custom store to support it). When email enters the system in some other way then through IMAP, I'd like to notice

Re: James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-22 Thread Norman Maurer
Hi there, at the moment its not possible to get the MailboxEventDispatcher instance. But if you can make me understand why you want to manipulate without using the MailboxManager/MessageManager we can see if it would make sense to make it accessable. Thx, Norman 2010/12/22 Wojciech Strzałka : >

James IMAP: How to push external changes to MailboxEventDispatcher

2010-12-22 Thread Wojciech Strzałka
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