Tom,

> Why are things such as SAR and BAR files?   I know they are just Java
> Archive files, but it makes working with Avalon/Phoenix/James, etc. a
> pain with an IDE because they only (AFAIK with IDEA) only recognize .JAR
> files.

The SAR file is the Avalon project's idea of how to package applications,
just as the Servlet folks defined a WAR file.  And there should only be a
SAR file with James v2.1.  And I don't recommend working with any other
version.

> Basically all I am doing is trying to write a matcher/mailet that
> detects if an email comes to say, [EMAIL PROTECTED] I want to
> act on it and have my Java mailet code take the complete email
> message and do something with (put it my own proprietary database).

The matcher exists (RecipientIs), and the mailet is pretty straightforward
to author.  Alternatively, you might use the existing support within James
to store e-mail in the database, and then have a custom view.  Depends upon
your needs.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to