I don't understand exactly what do you need: maybe you can explain what your application is and what kind of integration you need.
It is probably easier to integrate your app in James instead. You can create a new custom Mailet that contains your application and process messages as they are matched by your configuration. If this is not enough you can create a new Avalon Service and understand how assembly.xml and *.xinfo files work! Stefano > What I want to do is the following: I have an application > (say MyApp) which I want to start receiving and sending mail. > Therefore, I want to run james from MyApp (rather than from > the command line) application so I can directly access James' > classes (for they will be running on the same JVM). > > I will then write a mailet that will invoke some classes in > MyApp to process the e-mail then contact James again to > forward the mail. > > The problem I've found is that there is no information on how > to embed James in an application. > > Best Regards, > -- > Gonçalo Luiz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
