Re: missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-19 Thread Eric Charles
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:

Re: missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-19 Thread Rajender Vallapureddy
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

Re: missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-19 Thread Eric Charles
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

missing SieveMailet.java functions setFilesystem & setFolder in james beta 3

2013-02-18 Thread Rajender Vallapureddy
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