[ http://issues.apache.org/jira/browse/JAMES-235?page=comments#action_12361360 ]
Stefano Bagnara commented on JAMES-235: --------------------------------------- >From the javadocs: * <p>Please note that this class uses the regular expressions that are available since Java2 1.4. This class will therefor * not work on earlier Java versions.</p> But when I look at the import: import org.apache.oro.text.regex.Perl5Compiler; import org.apache.oro.text.regex.Pattern; import org.apache.oro.text.regex.Perl5Matcher; ---- Can you update the comments and resubmit the class? > New mailet to save certain attached files > ----------------------------------------- > > Key: JAMES-235 > URL: http://issues.apache.org/jira/browse/JAMES-235 > Project: James > Type: New Feature > Components: Matchers/Mailets (bundled) > Reporter: Jeroen van Bergen > Priority: Minor > Fix For: 2.3.0 > Attachments: StoreAttachment.java > > Attached is a new mailet that will save certain attached files. The file(s) > to be saved are matched with a given regular expression to a given directory. > The mailet compares the name of every MIME part of a multipart message with > the provided pattern. If a match is found, the file is saved. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
