svn commit: r1089749 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/fetch/PartialFetchBodyElement.java

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 06:11:38 2011 New Revision: 1089749 URL: http://svn.apache.org/viewvc?rev=1089749view=rev Log: Fix an infinity loop which I committed yesterday by mistake Modified:

svn commit: r1089750 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/fetch/PartialFetchBodyElement.java

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 06:21:25 2011 New Revision: 1089750 URL: http://svn.apache.org/viewvc?rev=1089750view=rev Log: Try to use InputStream.skip to move InputStream to the offset Modified:

Re: SIEVE Extensions [GSOC 2011]

2011-04-07 Thread Charith Madusanka
Hi ! Thanx your reply. I don't have much time.Please If you can send me use full links related to this project. It will make easer and quick to make my proposal. charith On Wed, Apr 6, 2011 at 10:10 PM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Wed, Apr 6, 2011 at 3:14

Build failed in Jenkins: mailbox-integration-tests » Apache James Mailbox Integration Tester #235

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/org.apache.james$apache-james-mailbox-integration-tester/235/ -- [...truncated 1636 lines...] ID=2338447005969091117 ID=-5794673559400678506 ID=-6210273276172734397 ID=-2640666242194778618

Build failed in Jenkins: mailbox-integration-tests #235

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/235/ -- [...truncated 1697 lines...] Expected: '\* 5 EXPUNGE' Actual : '* 6 EXPUNGE' Running org.apache.james.mailbox.inmemory.imap.SelectedInboxTest ID=2743768526927467764

Build failed in Jenkins: mailbox-integration-tests » Apache James Mailbox Integration Tester #236

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/org.apache.james$apache-james-mailbox-integration-tester/236/ -- [...truncated 1619 lines...] ID=-2767404902491189523 ID=-2542807810860116574 ID=-4855846503679954703 ID=8816379841270932953

Build failed in Jenkins: mailbox-integration-tests #236

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/236/ -- [...truncated 1680 lines...] Expected: '\* 5 EXPUNGE' Actual : '* 6 EXPUNGE' Running org.apache.james.mailbox.inmemory.imap.SelectedInboxTest ID=6495836635851200354

Re: interested in gsoc

2011-04-07 Thread Robert Burrell Donkin
On Wed, Apr 6, 2011 at 11:51 PM, Ioan Eugen Stan stan.ieu...@gmail.com wrote: snip I have submitted my application. It's not much different from the information in the ticket but I have a school project due today, and I had to prepare. Your Uni work needs to come first I am very

[jira] [Created] (IMAP-278) java.util.ConcurrentModificationException in AbstractMailboxProcessor.addFlagsResponses

2011-04-07 Thread Norman Maurer (JIRA)
java.util.ConcurrentModificationException in AbstractMailboxProcessor.addFlagsResponses --- Key: IMAP-278 URL: https://issues.apache.org/jira/browse/IMAP-278

Re: SIEVE Extensions [GSOC 2011]

2011-04-07 Thread Robert Burrell Donkin
On Thu, Apr 7, 2011 at 7:26 AM, Charith Madusanka charithc...@gmail.com wrote: Hi ! Hi Charith Thanx your reply. I don't have much time.Please If you can send me use full links related to this project. It will make easier and quick to make my proposal. It is very late. This project needs

svn commit: r1089763 - /james/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/base/MailboxEventAnalyser.java

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 07:48:38 2011 New Revision: 1089763 URL: http://svn.apache.org/viewvc?rev=1089763view=rev Log: Copy the TreeSet to fix possible java.util.ConcurrentModificationException. See IMAP-278 Modified:

[jira] [Resolved] (IMAP-278) java.util.ConcurrentModificationException in AbstractMailboxProcessor.addFlagsResponses

2011-04-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-278. Resolution: Fixed fixed java.util.ConcurrentModificationException in

Build failed in Jenkins: mailbox-integration-tests » Apache James Mailbox Integration Tester #237

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/org.apache.james$apache-james-mailbox-integration-tester/237/ -- [...truncated 1636 lines...] ID=-5625359928826911979 ID=-9099389344732065797 ID=-4479665397418977213 ID=3070098022892300277

Build failed in Jenkins: mailbox-integration-tests #237

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/237/ -- [...truncated 1697 lines...] Expected: '\* 5 EXPUNGE' Actual : '* 6 EXPUNGE' Running org.apache.james.mailbox.inmemory.imap.SelectedInboxTest ID=-6483838902357379050

JAMES-1216 [gsoc2011] Design and implement machine learning filters and categorization for mail

2011-04-07 Thread Yu Fu
Hi Everyone, This is Vicki. I am applying to Gsoc 2011 on JAMES-1216[jira]. I have the question for updating Bayesian Analysis to 3.0. Because the container switch from Avalon to Spring, some interfaces need to rewrite? Is anyone know how it should be? I have attached my proposal and the figure

Re: JAMES-1216 [gsoc2011] Design and implement machine learning filters and categorization for mail

2011-04-07 Thread Eric Charles
Hi Vicky, Welcome! Hope you will enjoy some time with James community, and especially with Robert and I who will mentor this. Further to container/database access change between 2.3 and 3.0, there are sometimes stuff that need to be tuned. I should look at the Bayesian mailets in James

Re: interested in gsoc

2011-04-07 Thread Eric Charles
Hi Ioan, I hope your school project is going well. I have commented your application on google melange (nothing special, simply a few tips I hope can ameliorate the application). Just want to say also that Robert and I will co-mentor MAILBOX-44. Tks, - Eric On 7/04/2011 09:30, Robert

[jira] [Closed] (JAMES-1218) Rename VirtualUserTable to RecipientRewriteTable

2011-04-07 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles closed JAMES-1218. --- Resolution: Fixed Implemented and tested on my side. Please reopen for any reason. Rename

svn commit: r1089822 - in /james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty: ChunkFetchProcessor.java FetchChunkedInput.java NettyImapProcessorFactory.java

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 11:08:30 2011 New Revision: 1089822 URL: http://svn.apache.org/viewvc?rev=1089822view=rev Log: Remove classes which are not needed anymore Removed: james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/ChunkFetchProcessor.java

[jira] [Created] (IMAP-279) Move logic from ImapResponseWriter to ImapResponseComposer

2011-04-07 Thread Norman Maurer (JIRA)
Move logic from ImapResponseWriter to ImapResponseComposer -- Key: IMAP-279 URL: https://issues.apache.org/jira/browse/IMAP-279 Project: JAMES Imap Issue Type: Improvement

svn commit: r1089842 - in /james/imap/trunk/message/src: main/java/org/apache/james/imap/encode/ main/java/org/apache/james/imap/encode/base/ main/java/org/apache/james/imap/main/ test/java/org/apache

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 12:12:20 2011 New Revision: 1089842 URL: http://svn.apache.org/viewvc?rev=1089842view=rev Log: Move high-level operations from ImapResponseWriter to ImapResponseComposer and make it easy to chain operations. See IMAP-279 Removed:

svn commit: r1089846 - /james/imap/trunk/message/src/main/java/org/apache/james/imap/encode/ImapResponseComposer.java

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 12:15:23 2011 New Revision: 1089846 URL: http://svn.apache.org/viewvc?rev=1089846view=rev Log: Move high-level operations from ImapResponseWriter to ImapResponseComposer and make it easy to chain operations. See IMAP-279 Modified:

svn commit: r1089849 - in /james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty: ChannelImapResponseWriter.java ImapChannelUpstreamHandler.java

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 12:16:13 2011 New Revision: 1089849 URL: http://svn.apache.org/viewvc?rev=1089849view=rev Log: Move high-level operations from ImapResponseWriter to ImapResponseComposer and make it easy to chain operations. See IMAP-279 Modified:

Build failed in Jenkins: mailbox-integration-tests » Apache James Mailbox Integration Tester #238

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/org.apache.james$apache-james-mailbox-integration-tester/238/ -- [...truncated 1636 lines...] ID=3293517300094953246 ID=4592792133842388947 ID=-1781092722787368122 ID=-8900699485225936777

Build failed in Jenkins: mailbox-integration-tests #238

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/238/ -- [...truncated 1697 lines...] Expected: '\* 5 EXPUNGE' Actual : '* 6 EXPUNGE' Running org.apache.james.mailbox.inmemory.imap.SelectedInboxTest ID=5089261588592812168

svn commit: r1089873 - in /james/server/trunk/src/site: site.xml xdoc/config-antispam.xml xdoc/config-ssl-tls.xml xdoc/config-tls.xml

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 13:19:39 2011 New Revision: 1089873 URL: http://svn.apache.org/viewvc?rev=1089873view=rev Log: Rename tls to ssl-tls, add antispam page (JAMES-1219) Added: james/server/trunk/src/site/xdoc/config-antispam.xml

svn commit: r1089884 - /james/project/trunk/maven-skin/src/main/resources/css/james.css

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 13:52:42 2011 New Revision: 1089884 URL: http://svn.apache.org/viewvc?rev=1089884view=rev Log: Avoid additional icon from standard maven skin on buttons Modified: james/project/trunk/maven-skin/src/main/resources/css/james.css Modified:

svn commit: r1089885 - in /james/server/trunk/src/site: site.xml xdoc/feature-perfomance.xml xdoc/feature-performance.xml xdoc/index.xml

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 13:59:21 2011 New Revision: 1089885 URL: http://svn.apache.org/viewvc?rev=1089885view=rev Log: Update index page with 3.0-M3 and fix some sentences/links - upgrade to 1.7-SNAPSHOT skin - fix performance page name typo (JAMES-1219) Added:

svn commit: r1089895 - in /james/server/trunk/src/site: site.xml xdoc/config-mailbox.xml xdoc/config-mailrepositorystore.xml xdoc/config-mailstores.xml xdoc/config-recipientrewritetable.xml xdoc/confi

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 14:39:50 2011 New Revision: 1089895 URL: http://svn.apache.org/viewvc?rev=1089895view=rev Log: Impact further to configuration files name changes and mailbox new one (JAMES-1219) Added: james/server/trunk/src/site/xdoc/config-mailbox.xml

[jira] [Created] (JAMES-1222) JAMES hangs on mails with 8-bit characters in headers

2011-04-07 Thread Dmitry (JIRA)
JAMES hangs on mails with 8-bit characters in headers - Key: JAMES-1222 URL: https://issues.apache.org/jira/browse/JAMES-1222 Project: JAMES Server Issue Type: Bug Environment:

svn commit: r1089899 - /james/server/trunk/README.txt

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 14:44:46 2011 New Revision: 1089899 URL: http://svn.apache.org/viewvc?rev=1089899view=rev Log: Composite matchers, one more new feature for 3.0-M3 in the list (JAMES-1219) Modified: james/server/trunk/README.txt Modified: james/server/trunk/README.txt URL:

svn commit: r1089900 - /james/server/trunk/src/site/xdoc/config-mailetcontainer.xml

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 14:45:21 2011 New Revision: 1089900 URL: http://svn.apache.org/viewvc?rev=1089900view=rev Log: List specific changes for 3.0-M3 regarding the mailetcontainer configuration (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/config-mailetcontainer.xml

svn commit: r1089905 - in /james/server/trunk: README.txt src/site/xdoc/index.xml

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 15:03:47 2011 New Revision: 1089905 URL: http://svn.apache.org/viewvc?rev=1089905view=rev Log: List of specific issues with outlook,... see among others JAMES-1222 (JAMES-1219) Modified: james/server/trunk/README.txt

svn commit: r1089909 - /james/server/trunk/src/site/xdoc/dev.xml

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 15:11:58 2011 New Revision: 1089909 URL: http://svn.apache.org/viewvc?rev=1089909view=rev Log: Some more generic information on server development (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/dev.xml Modified: james/server/trunk/src/site/xdoc/dev.xml

svn commit: r1089911 - /james/server/trunk/src/site/xdoc/dev-build.xml

2011-04-07 Thread eric
Author: eric Date: Thu Apr 7 15:16:40 2011 New Revision: 1089911 URL: http://svn.apache.org/viewvc?rev=1089911view=rev Log: Some more generic information on server build (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/dev-build.xml Modified:

[jira] [Commented] (JAMES-1222) JAMES hangs on mails with 8-bit characters in headers

2011-04-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13017041#comment-13017041 ] Norman Maurer commented on JAMES-1222: -- Anything in pop3server.log ? JAMES hangs on

[jira] [Assigned] (JAMES-1222) JAMES hangs on mails with 8-bit characters in headers

2011-04-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer reassigned JAMES-1222: Assignee: Norman Maurer JAMES hangs on mails with 8-bit characters in headers

Re: interested in gsoc

2011-04-07 Thread Ioan Eugen Stan
2011/4/7 Eric Charles e...@apache.org: Hi Ioan, I hope your school project is going well. I have commented your application on google melange (nothing special, simply a few tips I hope can ameliorate the application). Yeah, it's going ok. I was a bit nervous and stressed but everything is

Re: interested in gsoc

2011-04-07 Thread Eric Charles
On 7/04/2011 20:37, Ioan Eugen Stan wrote: 2011/4/7 Eric Charlese...@apache.org: Hi Ioan, I hope your school project is going well. I have commented your application on google melange (nothing special, simply a few tips I hope can ameliorate the application). Yeah, it's going ok. Glad to

Re: JAMES-1216 [gsoc2011] Design and implement machine learning filters and categorization for mail

2011-04-07 Thread Eric Charles
PS: I left some comment on google melange regarding your application (we are today in the last mile). Hi Vicky, It seems google-melange does not let see my comments to students. I publish them here (hoping you can still process some/all of them before tomorrow) - You talk about Mime4J

Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread AAMIR KHAN
I am interested in design and implementation of mailbox using CouchDB. I would like to know the rough proposal that i should follow to implement it. I have read about CouchDB that it is very efficient in file storage. Thanks, Aamir Khan

[jira] [Commented] (JAMES-1222) JAMES hangs on mails with 8-bit characters in headers

2011-04-07 Thread Dmitry (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13017091#comment-13017091 ] Dmitry commented on JAMES-1222: --- pop3server.log: INFO 21:50:28,772 | james.pop3server |

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread Eric Charles
Hi Aamir, Unfortunately, it may be a bit a bit late to get support from us. We are full busy with release preparation, documentation,... and submission deadline is tomorrow... You can submit your application on http://www.google-melange.com/gsoc/homepage/google/gsoc2011, we will get it.

[jira] [Commented] (JAMES-1222) JAMES hangs on mails with 8-bit characters in headers

2011-04-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13017098#comment-13017098 ] Norman Maurer commented on JAMES-1222: -- Can you try to set pop3server logging to

[jira] [Created] (IMAP-280) Status responses are not 100% rfc3501 conform

2011-04-07 Thread Norman Maurer (JIRA)
Status responses are not 100% rfc3501 conform - Key: IMAP-280 URL: https://issues.apache.org/jira/browse/IMAP-280 Project: JAMES Imap Issue Type: Bug Affects Versions: 0.2-M1

[jira] [Commented] (MAILBOX-44) [gsoc2011] Design and implement a distributed mailbox using Hadoop

2011-04-07 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13017102#comment-13017102 ] Robert Burrell Donkin commented on MAILBOX-44: -- Yep :-) IMHO there's an art

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread Norman Maurer
Hi Aamir, cool to see you are interested in implementation of such a feature. I think the best think would be to outline some milestone plan and how you plan to implement. Bye, Norman Ps: As more infomations you give as more its likely that your proposal will get voted in 2011/4/7 Eric Charles

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread Robert Burrell Donkin
On Thu, Apr 7, 2011 at 8:56 PM, Norman Maurer nor...@apache.org wrote: Hi Aamir, cool to see you are interested in implementation of such a feature. I think the best think would be to outline some milestone plan and how you plan to implement. +1 (RESTful storage designs have been on my mind

svn commit: r1089965 - in /james/imap/trunk: api/src/main/java/org/apache/james/imap/api/display/HumanReadableText.java processor/src/main/java/org/apache/james/imap/processor/AbstractSelectionProcess

2011-04-07 Thread norman
Author: norman Date: Thu Apr 7 19:59:42 2011 New Revision: 1089965 URL: http://svn.apache.org/viewvc?rev=1089965view=rev Log: Add status responses which 100% match rfc3501. See IMAP-280 Modified: james/imap/trunk/api/src/main/java/org/apache/james/imap/api/display/HumanReadableText.java

[jira] [Resolved] (IMAP-280) Status responses are not 100% rfc3501 conform

2011-04-07 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-280. Resolution: Fixed done.. Status responses are not 100% rfc3501 conform

svn commit: r1089986 - /james/server/trunk/pom.xml

2011-04-07 Thread felixk
Author: felixk Date: Thu Apr 7 20:23:24 2011 New Revision: 1089986 URL: http://svn.apache.org/viewvc?rev=1089986view=rev Log: Add report about available new versions of dependencies/plugins/properties Modified: james/server/trunk/pom.xml Modified: james/server/trunk/pom.xml URL:

[jira] [Commented] (JAMES-1222) JAMES hangs on mails with 8-bit characters in headers

2011-04-07 Thread Dmitry (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13017136#comment-13017136 ] Dmitry commented on JAMES-1222: --- log4j.properties: #log4j.logger.james.pop3server=INFO,

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread AAMIR KHAN
In project idea it was mentioned try to implement as many RESTful integrations as possible... what exactly it means basically? On Fri, Apr 8, 2011 at 1:29 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Thu, Apr 7, 2011 at 8:56 PM, Norman Maurer nor...@apache.org wrote:

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread AAMIR KHAN
Could anybody tell me what exactly is RESTful integration API? On Fri, Apr 8, 2011 at 2:37 AM, AAMIR KHAN ak4u2...@gmail.com wrote: In project idea it was mentioned try to implement as many RESTful integrations as possible... what exactly it means basically? On Fri, Apr 8, 2011 at 1:29

Build failed in Jenkins: mailbox-integration-tests » Apache James Mailbox Integration Tester #239

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/org.apache.james$apache-james-mailbox-integration-tester/239/ -- [...truncated 4060 lines...] Expected: '\* OK \[UIDVALIDITY \d+\]' Actual : '* OK [UIDVALIDITY 1422040959] UIDs valid'

Build failed in Jenkins: mailbox-integration-tests #239

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/239/ -- [...truncated 4121 lines...] Actual : '* OK [UIDVALIDITY 36423270] UIDs valid' Running org.apache.james.mailbox.inmemory.imap.FetchBodyStructureTest ID=-2036325957246039011

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread AAMIR KHAN
* Proposal Title: Design and Implement Mailbox with CouchDB storage. Student Name: Aamir Khan Student E-mail: ak4u2...@gmail.com Organization/Project: James Mailbox Apache Software Foundation Assigned Mentor: Robert Burrell Donkin (rdon...@apache.org ) Proposal Abstract: CouchDB is

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread AAMIR KHAN
I would like to have valuable suggestions over my proposal.. On Fri, Apr 8, 2011 at 4:18 AM, AAMIR KHAN ak4u2...@gmail.com wrote: * Proposal Title: Design and Implement Mailbox with CouchDB storage. Student Name: Aamir Khan Student E-mail: ak4u2...@gmail.com Organization/Project: James

[jira] [Updated] (JAMES-1222) JAMES hangs on mails with 8-bit characters in headers

2011-04-07 Thread Dmitry (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry updated JAMES-1222: -- Affects Version/s: 3.0-M3 JAMES hangs on mails with 8-bit characters in headers

JAMES-1216 [gsoc2011] Proposal Update for Design and implement machine learning filters and categorization for mail

2011-04-07 Thread Yu Fu
Hi Everyone, This is Vicki. Mostly it is closed to the deadline for proposal submission. Thank the valuable comments from Eric and Robert. I have some update - Implement tokenization and stemming Pre-processions - Implement Light SVM algorithm to enforce the Anti-Spam filter. - The

Build failed in Jenkins: mailbox-integration-tests #240

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/240/ -- [...truncated 4121 lines...] Actual : '* OK [UIDVALIDITY 969270630] UIDs valid' Running org.apache.james.mailbox.inmemory.imap.FetchBodyStructureTest ID=3181546159952336814

Jenkins build became unstable: james-server-trunk » Apache James Server SMTP #1426

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-smtpserver/1426/ - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail:

Jenkins build became unstable: james-server-trunk #1426

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/james-server-trunk/1426/ - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread Eric Charles
Hi, The idea of RESTful is to let communicate a client system with a server system via HTTP, transfering request parameters as http_request_params, getting response ax structured document (xml or json) in the http_response_body. You can read more on

Re: interested in gsoc

2011-04-07 Thread Eric Charles
Hi Ioan, If you've still got time, you could add a 5 bullet-points planning on your application. Tks, - Eric On 7/04/2011 20:59, Eric Charles wrote: On 7/04/2011 20:37, Ioan Eugen Stan wrote: 2011/4/7 Eric Charlese...@apache.org: Hi Ioan, I hope your school project is going well. I have

Re: Design and Implement Mailbox in James using NoSQL databases

2011-04-07 Thread Eric Charles
Also, ping us on this mailing list when you will have applied on google-melange so we can review it. Tks, - Eric On 8/04/2011 05:26, Eric Charles wrote: Hi, The idea of RESTful is to let communicate a client system with a server system via HTTP, transfering request parameters as

svn commit: r1090103 - in /james/server/trunk/src/site: site.xml xdoc/upgrade-2.3.xml

2011-04-07 Thread eric
Author: eric Date: Fri Apr 8 04:06:47 2011 New Revision: 1090103 URL: http://svn.apache.org/viewvc?rev=1090103view=rev Log: Comment some web site menu entries, document upgrade from 2.3 (JAMES-1219) Modified: james/server/trunk/src/site/site.xml

svn commit: r1090106 - /james/server/trunk/src/site/xdoc/release-notes.xml

2011-04-07 Thread eric
Author: eric Date: Fri Apr 8 04:14:26 2011 New Revision: 1090106 URL: http://svn.apache.org/viewvc?rev=1090106view=rev Log: Add release notes for 3.0-M3 (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/release-notes.xml Modified: james/server/trunk/src/site/xdoc/release-notes.xml

svn commit: r1090108 - /james/server/trunk/container-spring/src/main/config/james/smtpserver.xml

2011-04-07 Thread eric
Author: eric Date: Fri Apr 8 04:23:27 2011 New Revision: 1090108 URL: http://svn.apache.org/viewvc?rev=1090108view=rev Log: Add verifyIdentity in default smtpserver.xml so it's clear that it does verify, and it's easy to change also. Modified:

[jira] [Created] (JAMES-1223) james-cli should return a confirmation message when successfull

2011-04-07 Thread Eric Charles (JIRA)
james-cli should return a confirmation message when successfull --- Key: JAMES-1223 URL: https://issues.apache.org/jira/browse/JAMES-1223 Project: JAMES Server Issue Type:

svn commit: r1090109 - /james/server/trunk/src/site/xdoc/quick-start.xml

2011-04-07 Thread eric
Author: eric Date: Fri Apr 8 04:36:58 2011 New Revision: 1090109 URL: http://svn.apache.org/viewvc?rev=1090109view=rev Log: Quick start for server 3.0-M3 (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/quick-start.xml Modified: james/server/trunk/src/site/xdoc/quick-start.xml URL:

svn commit: r1090112 - /james/server/trunk/src/site/xdoc/monitor-logging.xml

2011-04-07 Thread eric
Author: eric Date: Fri Apr 8 04:47:22 2011 New Revision: 1090112 URL: http://svn.apache.org/viewvc?rev=1090112view=rev Log: Talk about Debug logging level on protocols (JAMES-1219) Modified: james/server/trunk/src/site/xdoc/monitor-logging.xml Modified:

svn commit: r1090113 - in /james/server/trunk: README.txt src/site/xdoc/release-notes.xml

2011-04-07 Thread eric
Author: eric Date: Fri Apr 8 04:49:12 2011 New Revision: 1090113 URL: http://svn.apache.org/viewvc?rev=1090113view=rev Log: Mention enhanced debug logging in the new features for M3 (JAMES-1219) Modified: james/server/trunk/README.txt james/server/trunk/src/site/xdoc/release-notes.xml

Jenkins build is back to stable : james-server-trunk #1427

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/james-server-trunk/1427/changes - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Jenkins build is back to stable : james-server-trunk » Apache James Server SMTP #1427

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/james-server-trunk/org.apache.james$james-server-smtpserver/1427/ - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail:

svn commit: r1090115 - in /james/server/trunk/src/site/xdoc: monitor-logging.xml quick-start.xml release-notes.xml

2011-04-07 Thread felixk
Author: felixk Date: Fri Apr 8 05:05:48 2011 New Revision: 1090115 URL: http://svn.apache.org/viewvc?rev=1090115view=rev Log: Fixing various xml issues like '', '', '' Modified: james/server/trunk/src/site/xdoc/monitor-logging.xml james/server/trunk/src/site/xdoc/quick-start.xml

Build failed in Jenkins: mailbox-integration-tests » Apache James Mailbox Integration Tester #241

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/org.apache.james$apache-james-mailbox-integration-tester/241/ -- [...truncated 4045 lines...] Expected: '\* OK \[UIDVALIDITY \d+\]' Actual : '* OK [UIDVALIDITY 832963085] UIDs valid'

Build failed in Jenkins: mailbox-integration-tests #241

2011-04-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/mailbox-integration-tests/241/ -- [...truncated 4106 lines...] Actual : '* OK [UIDVALIDITY 1928941075] UIDs valid' Running org.apache.james.mailbox.inmemory.imap.FetchBodyStructureTest ID=-5356803491869297078

svn commit: r1090116 - /james/server/trunk/src/site/xdoc/upgrade-2.3.xml

2011-04-07 Thread felixk
Author: felixk Date: Fri Apr 8 05:25:19 2011 New Revision: 1090116 URL: http://svn.apache.org/viewvc?rev=1090116view=rev Log: Fix link Modified: james/server/trunk/src/site/xdoc/upgrade-2.3.xml Modified: james/server/trunk/src/site/xdoc/upgrade-2.3.xml URL:

svn commit: r1090118 - /james/server/trunk/src/site/xdoc/manage.xml

2011-04-07 Thread felixk
Author: felixk Date: Fri Apr 8 05:30:20 2011 New Revision: 1090118 URL: http://svn.apache.org/viewvc?rev=1090118view=rev Log: Fix link for virtual users Modified: james/server/trunk/src/site/xdoc/manage.xml Modified: james/server/trunk/src/site/xdoc/manage.xml URL: