On Mon, May 5, 2008 at 10:51 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: > > > On Sat, Feb 2, 2008 at 5:51 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > > > > > Then we have some mailets with dependencies on utility classes that > could > > > be separated from James: > > > > > > mailets/ReplaceContent > > > - import org.apache.james.util.mailet.StringUtils; > > > > > > mailets/ReplaceContent > > > - depends on org.apache.james.util.mailet.MailetUtil > > > > > > mailets/UnwrapText > > > mailets/WrapText > > > - depend on org.apache.james.util.mailet.FlowedMessageUtils
moved > > <snip> > > > > we should move org.james.util.mailet.* into mailet-base > > > > +1 done > > > mailets/ClamAVScan > > > - import org.apache.james.util.io.IOUtil; > > > > > > > i'd be happen to clone any methods used > > > > or maybe moving them to mailet-base: JAMES-Server will anyway depends on > mailet-base, if I understood it correctly, right? yes but IOUtil is not really related to mailets ClamAVScan's use of IOUtil is not substantial so i'll inlined the methods - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]