If your code works with beta4, You should diff SieveMailet-beta4 with
SieveMailet-beta3 and backport that diff to SieveMailet-beta3.
The change should normally be trivial. And you will need to
recompile/repackage James.
Hopes this help, Eric
On 19/02/2013 10:11, Rajender Vallapureddy wrote:
Dear Eric,
Thank you for your reply.
The below code is working fine with beta james 4. When I call the
sieveMailet.service(mail) the mails are getting stored in MyFolder. I
am confused as to how the code needs to be changed to make it work in
james beta 3 to get the mails stored in MyFolder rathe
Hi Rajender,
The setFolder method has been introduced to make the SieveMailet
configurable for e.g. the ToSenderFolder mailet.
The setFilesystem is there since a longer time and is needed to allow
access to the mailrepository system if I remember well.
In all cases, there are too many chang
Dear Eric,
I am using james beta 4 SieveMailet.java to direct mails to a
particular folder other than "Inbox".
setFilesystem & setFolder are two functions which I am using to get
the required functionality working.
http://grepcode.com/file/repo1.maven.org/maven2/org.apache.james/james-server-mail