Error using JSieve

2007-01-31 Thread Pradeep V
Hi, I have configured JSieve with JAMES but when I send a mail using the same, I am getting the following error. Could anybody please help me in solving this error. 31/01/07 12:22:17 ERROR spoolmanager: Exception in processor transport org.apache.jsieve.parser.generated.TokenMgrError:

Re: distributing mail-1.4.1-lea-SNAPSHOT.jar...?

2007-01-31 Thread robert burrell donkin
On 1/30/07, Stefano Bagnara [EMAIL PROTECTED] wrote: robert burrell donkin wrote: On 1/29/07, Stefano Bagnara [EMAIL PROTECTED] wrote: robert burrell donkin wrote: ATM http://svn.apache.org/repos/asf/james/server/trunk/lib/ contains mail-1.4.-lea-SNAPSHOT.jar which looks like the sun java

Re: distributing mail-1.4.1-lea-SNAPSHOT.jar...?

2007-01-31 Thread Stefano Bagnara
robert burrell donkin wrote: AFACT this prevents the binary being able to accurately rebuild the SAR file. from a user perspective, this seems wrong to me but i'm not willing to force the issue... - robert AFAIK our binary distribution does not include any tool to build anything. Imho addig

Re: distributing mail-1.4.1-lea-SNAPSHOT.jar...?

2007-01-31 Thread robert burrell donkin
On 1/31/07, Stefano Bagnara [EMAIL PROTECTED] wrote: robert burrell donkin wrote: AFACT this prevents the binary being able to accurately rebuild the SAR file. from a user perspective, this seems wrong to me but i'm not willing to force the issue... - robert AFAIK our binary distribution

Re: Error using JSieve

2007-01-31 Thread robert burrell donkin
On 1/31/07, Pradeep V [EMAIL PROTECTED] wrote: Hi, I have configured JSieve with JAMES but when I send a mail using the same, I am getting the following error. Could anybody please help me in solving this error. probably your slieve script contains an error. if it's ok for your script to be

Re: distributing mail-1.4.1-lea-SNAPSHOT.jar...?

2007-01-31 Thread Stefano Bagnara
robert burrell donkin wrote: On 1/31/07, Stefano Bagnara [EMAIL PROTECTED] wrote: [] Imho addig only javamail to the lib folder does not make sense (if you add it you will want to add also every other jar we include in the sar bundle and this would simply increase the binary distribution

Re: AW: RESTful email [WAS Re: MailboxManager API and session orientation was: Jsieve Configuration]

2007-01-31 Thread robert burrell donkin
On 1/28/07, Andrew C. Oliver [EMAIL PROTECTED] wrote: RESTfulness is a red herring. not so much a red herring as an orthogonal kipper ;-) yes, i admit i used a lie of juxaposition It is not lack of RESTfulness that makes IMAP suck. It is that it is a complex and inspecific protocol with

SIEVE TODOs [WAS Re: Error handling in Sieve Mailet Was: svn commit: r495746 - in /james/server/trunk: ./ lib/ src/conf/ src/java/ src/java/org/apache/james/ src/java/org/apache/james/transport/mailet

2007-01-31 Thread robert burrell donkin
On 1/15/07, Joachim Draeger [EMAIL PROTECTED] wrote: snip Another important open task is to clone Mail objects for multiple recipients. what's needed to do this properly? - robert - To unsubscribe, e-mail: [EMAIL

[jira] Commented: (JSIEVE-14) I am testing JSieve with james but getting error

2007-01-31 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469189 ] Robert Burrell Donkin commented on JSIEVE-14: - This looks like a parsing error. Probably indicates an

svn commit: r501984 - in /james/server/sandbox/design-doodles/imap/messaging-api/i2: step-one-sequence.dia step-one-sequence.png

2007-01-31 Thread rdonkin
Author: rdonkin Date: Wed Jan 31 12:49:21 2007 New Revision: 501984 URL: http://svn.apache.org/viewvc?view=revrev=501984 Log: Step one in moving towards allowing SEDA Added: james/server/sandbox/design-doodles/imap/messaging-api/i2/step-one-sequence.dia (with props)

Re: SIEVE TODOs [WAS Re: Error handling in Sieve Mailet]

2007-01-31 Thread Stefano Bagnara
robert burrell donkin wrote: On 1/15/07, Joachim Draeger [EMAIL PROTECTED] wrote: snip Another important open task is to clone Mail objects for multiple recipients. what's needed to do this properly? - robert Loop over the recipients and: Mail newMail = new MailImpl(mail);

[jira] Commented: (JAMES-772) Clone mail for multiple recipients

2007-01-31 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469202 ] Robert Burrell Donkin commented on JAMES-772: - On 1/31/07, Stefano Bagnara [EMAIL PROTECTED] wrote:

Re: SIEVE TODOs [WAS Re: Error handling in Sieve Mailet]

2007-01-31 Thread robert burrell donkin
On 1/31/07, Stefano Bagnara [EMAIL PROTECTED] wrote: robert burrell donkin wrote: On 1/15/07, Joachim Draeger [EMAIL PROTECTED] wrote: snip Another important open task is to clone Mail objects for multiple recipients. what's needed to do this properly? - robert Loop over the

Re: AW: RESTful email [WAS Re: MailboxManager API and session orientation was: Jsieve Configuration]

2007-01-31 Thread Andrew C. Oliver
smooth operation means being able to feed information about changes back to the client which needs a little more thought With HTTP 1.1 persistent connections this is possible and still allows some of that pool magic. It can be a configurational pain (timeouts on routers and stuff) but

[jira] Updated: (JSIEVE-14) I am testing JSieve with james but getting error

2007-01-31 Thread Pradeep (JIRA)
[ https://issues.apache.org/jira/browse/JSIEVE-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep updated JSIEVE-14: -- HI, The script as for the RFC3028, I dont find anything wrong with the script as of now. Here is the script