You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Robert Burrell Donkin <ro...@gmail.com> on 2008/11/09 13:23:22 UTC

[jsieve] Movin Sieve Mailet to JSieve

my maven-foo is weak and probably need some help setting up the poms
correctly but otherwise, converting jsieve into a multi-module project
is progressing well

i think that it should be possible to move the sieve mailet (and the
dependent mdn micro-library) from server into the jsieve project.
AFAICT samples contains only a mailet example so i think this can be
removed. unless anyone can see anything wrong with this approach, i'll
probably just dive in sometime soonish...

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jsieve] Movin Sieve Mailet to JSieve

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Sun, Nov 9, 2008 at 5:32 PM, Robert Burrell Donkin
<ro...@gmail.com> wrote:
> On Sun, Nov 9, 2008 at 4:09 PM, Stefano Bagnara <ap...@bago.org> wrote:
>> Robert Burrell Donkin ha scritto:

<snip>

>>> i think that it should be possible to move the sieve mailet (and the
>>> dependent mdn micro-library) from server into the jsieve project.
>>> AFAICT samples contains only a mailet example so i think this can be
>>> removed. unless anyone can see anything wrong with this approach, i'll
>>> probably just dive in sometime soonish...
>>
>> Sounds good!
>
> done

not quite: i missed the dependency between the
org.apache.james.util.mail.mdn and
org.apache.james.util.mail.MimeMultipartReport. this is used by other
mailets so it's not really possible to move it out into sieve.

i suppose that one possibility might be to move some or all of the
stuff in javamail-util into mailet-base

opinions?

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jsieve] Movin Sieve Mailet to JSieve

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Sun, Nov 9, 2008 at 4:09 PM, Stefano Bagnara <ap...@bago.org> wrote:
> Robert Burrell Donkin ha scritto:
>> my maven-foo is weak and probably need some help setting up the poms
>> correctly but otherwise, converting jsieve into a multi-module project
>> is progressing well
>
> Sorry, I'm really busy lately. I hope I'll find the time soon to catch
> up if the maven builds.

maybe i'll attach the issues to the JIRA. you might be able to tell
where i'm going wrong.

>> i think that it should be possible to move the sieve mailet (and the
>> dependent mdn micro-library) from server into the jsieve project.
>> AFAICT samples contains only a mailet example so i think this can be
>> removed. unless anyone can see anything wrong with this approach, i'll
>> probably just dive in sometime soonish...
>
> Sounds good!

done

ATM the code is packaged in org.apache.james.transport.mailets.sieve
and org.apache.james.util.mail.mdn. perhaps this should be
consolidated into org.apache.jsieve.mailet (or something).

opinions?

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jsieve] Movin Sieve Mailet to JSieve

Posted by Stefano Bagnara <ap...@bago.org>.
Robert Burrell Donkin ha scritto:
> my maven-foo is weak and probably need some help setting up the poms
> correctly but otherwise, converting jsieve into a multi-module project
> is progressing well

Sorry, I'm really busy lately. I hope I'll find the time soon to catch
up if the maven builds.

> i think that it should be possible to move the sieve mailet (and the
> dependent mdn micro-library) from server into the jsieve project.
> AFAICT samples contains only a mailet example so i think this can be
> removed. unless anyone can see anything wrong with this approach, i'll
> probably just dive in sometime soonish...

Sounds good!

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org