Hello. I am happily logging mail to a repository. I would now like to process that mail (and I DON'T want to do this in the context of a mailet) that has been stored in my repository, using a java application. As I understand it, I need to write and application which leverages MailRepository, but I'm not sure what factory to use, or where to begin.
Equally, this application will need (presumably) to be deployed into the James, Avalon container. Are there any guidelines for doing this? I presume that there is a singleton or JMX type arrangement managing access to stores, and that having two Avalon containers floating around would be bad. I understand that I can re-write the code in, for example, JDBCMailRepository. But I would much rather utilise the code that already exists, using the appropriate factories and so forth. Thank you for taking the time to consider this problem. Renen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
