RE: Getting Started With Mailets

2004-09-13 Thread j . m . vanbergen
Hi Jon, Earlier this year I've put a mailet in JIRA (http://issues.apache.org/jira/browse/JAMES-235) that saves an attachment whose name matches a regular expression. You might take a look at it and build on it. The only thing that needs to be changed/added is how the content of the attachment is

RE: [documentation] Overview of James

2004-03-29 Thread j . m . vanbergen
Noel, > One nit: the Fetchmail service is not as limited as you show. It can > support any JavaMail Store, so it has much broader protocol support than > you indicate. Modified it to show that Fetchmail supports any JavaMail protocol. -- Jeroen James.png Description: Binary data --

[documentation] Overview of James

2004-03-26 Thread j . m . vanbergen
All, I'm in the process of transferring my very limited knowledge of James to other people in my team. To give them a quick overview of James I've come up with the attached diagram. Could this be of any use for the James documentation? In my opinion the James documentation on the website does a de

RE: [PATCH] StoreAttachment (new mailet)

2004-03-19 Thread j . m . vanbergen
Serge, > 1. Can you make this use the regex package that we bundle > with James? This let's us avoid the JDK 1.4 dependency. No problem. I will submit it to JIRA in the beginning of next week. > 2. Can you submit this to JIRA? Makes it easier for us to > track it. -- Jeroen ---

[PATCH] StoreAttachment (new mailet)

2004-03-18 Thread j . m . vanbergen
Hi all, Attached is a mailet that saves one or more attachments of a mail to a given directory. It uses a Java2 1.4 regular expression to match the name of the attachment with a pattern defined in the configuration. I'm using it in a scenario where an external party is emailing files to be process