Hello
I want to call a James processor from outside the regular mailet context. My app (integrated into James with a Spring application context) listens to a JMS message queue and needs to do some additional processing and routing for certain messages. The 'James way' of doing this would be to call a James processor. At the moment I would use JavaMail to send a local email and start regular James handling this way, but I think it would be neater to directly call a processor. So what I need is a way to convert a MimeMessage into a mailet.Mail and start a processor. Perhaps someone can point me to a code fragment or James source class, which does a similar job? Thanks and greetings from Germany Guido Franz
