svn commit: r1237275 - /james/imap/trunk/message/src/main/java/org/apache/james/imap/message/request/GetACLRequest.java

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:07:23 2012
New Revision: 1237275

URL: http://svn.apache.org/viewvc?rev=1237275&view=rev
Log:
cleanup

Modified:

james/imap/trunk/message/src/main/java/org/apache/james/imap/message/request/GetACLRequest.java

Modified: 
james/imap/trunk/message/src/main/java/org/apache/james/imap/message/request/GetACLRequest.java
URL: 
http://svn.apache.org/viewvc/james/imap/trunk/message/src/main/java/org/apache/james/imap/message/request/GetACLRequest.java?rev=1237275&r1=1237274&r2=1237275&view=diff
==
--- 
james/imap/trunk/message/src/main/java/org/apache/james/imap/message/request/GetACLRequest.java
 (original)
+++ 
james/imap/trunk/message/src/main/java/org/apache/james/imap/message/request/GetACLRequest.java
 Sun Jan 29 13:07:23 2012
@@ -24,7 +24,6 @@ import org.apache.james.imap.api.ImapCom
 /**
  * GETACL Request.
  * 
- * @author Peter Palaga
  */
 public class GetACLRequest extends AbstractImapRequest {
 private final String mailboxName;



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



svn commit: r1237277 - in /james/protocols/trunk: api/pom.xml lmtp/pom.xml netty/pom.xml pom.xml pop3/pom.xml smtp/pom.xml

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:14:30 2012
New Revision: 1237277

URL: http://svn.apache.org/viewvc?rev=1237277&view=rev
Log:
[maven-release-plugin] prepare release protocols-1.6.2

Modified:
james/protocols/trunk/api/pom.xml
james/protocols/trunk/lmtp/pom.xml
james/protocols/trunk/netty/pom.xml
james/protocols/trunk/pom.xml
james/protocols/trunk/pop3/pom.xml
james/protocols/trunk/smtp/pom.xml

Modified: james/protocols/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1237277&r1=1237276&r2=1237277&view=diff
==
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Sun Jan 29 13:14:30 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2-SNAPSHOT
+1.6.2
 ../pom.xml
 
 

Modified: james/protocols/trunk/lmtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1237277&r1=1237276&r2=1237277&view=diff
==
--- james/protocols/trunk/lmtp/pom.xml (original)
+++ james/protocols/trunk/lmtp/pom.xml Sun Jan 29 13:14:30 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2-SNAPSHOT
+1.6.2
 ../pom.xml
 
 

Modified: james/protocols/trunk/netty/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1237277&r1=1237276&r2=1237277&view=diff
==
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Sun Jan 29 13:14:30 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2-SNAPSHOT
+1.6.2
 ../pom.xml
 
 

Modified: james/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1237277&r1=1237276&r2=1237277&view=diff
==
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Sun Jan 29 13:14:30 2012
@@ -28,7 +28,7 @@
 
 
 protocols
-1.6.2-SNAPSHOT
+1.6.2
 pom
 
 Apache James Protocols
@@ -45,9 +45,9 @@
 
 
 
-
scm:svn:http://svn.apache.org/repos/asf/james/protocols/trunk
-
scm:svn:https://svn.apache.org/repos/asf/james/protocols/trunk
-
http://svn.apache.org/viewcvs.cgi/james/protocols/trunk?root=Apache-SVN
+
scm:svn:http://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6.2
+
scm:svn:https://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6.2
+
http://svn.apache.org/viewcvs.cgi/james/protocols/trunk/tags/protocols-1.6.2?root=Apache-SVN
 
 
 

Modified: james/protocols/trunk/pop3/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1237277&r1=1237276&r2=1237277&view=diff
==
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Sun Jan 29 13:14:30 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2-SNAPSHOT
+1.6.2
 ../pom.xml
 
 

Modified: james/protocols/trunk/smtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1237277&r1=1237276&r2=1237277&view=diff
==
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Sun Jan 29 13:14:30 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2-SNAPSHOT
+1.6.2
 ../pom.xml
 
 



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



svn commit: r1237278 - /james/protocols/tags/protocols-1.6.2/

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:15:05 2012
New Revision: 1237278

URL: http://svn.apache.org/viewvc?rev=1237278&view=rev
Log:
[maven-release-plugin]  copy for tag protocols-1.6.2

Added:
james/protocols/tags/protocols-1.6.2/
  - copied from r1237277, james/protocols/trunk/


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



[jira] [Created] (MAILBOX-155) Add elasticsearch based search index

2012-01-29 Thread Norman Maurer (Created) (JIRA)
Add elasticsearch based search index


 Key: MAILBOX-155
 URL: https://issues.apache.org/jira/browse/MAILBOX-155
 Project: James Mailbox
  Issue Type: New Feature
Reporter: Norman Maurer
Assignee: Norman Maurer




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



svn commit: r1237279 - in /james/protocols/trunk: api/pom.xml lmtp/pom.xml netty/pom.xml pom.xml pop3/pom.xml smtp/pom.xml

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:15:21 2012
New Revision: 1237279

URL: http://svn.apache.org/viewvc?rev=1237279&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
james/protocols/trunk/api/pom.xml
james/protocols/trunk/lmtp/pom.xml
james/protocols/trunk/netty/pom.xml
james/protocols/trunk/pom.xml
james/protocols/trunk/pop3/pom.xml
james/protocols/trunk/smtp/pom.xml

Modified: james/protocols/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1237279&r1=1237278&r2=1237279&view=diff
==
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Sun Jan 29 13:15:21 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2
+1.6.3-SNAPSHOT
 ../pom.xml
 
 

Modified: james/protocols/trunk/lmtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1237279&r1=1237278&r2=1237279&view=diff
==
--- james/protocols/trunk/lmtp/pom.xml (original)
+++ james/protocols/trunk/lmtp/pom.xml Sun Jan 29 13:15:21 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2
+1.6.3-SNAPSHOT
 ../pom.xml
 
 

Modified: james/protocols/trunk/netty/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1237279&r1=1237278&r2=1237279&view=diff
==
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Sun Jan 29 13:15:21 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2
+1.6.3-SNAPSHOT
 ../pom.xml
 
 

Modified: james/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1237279&r1=1237278&r2=1237279&view=diff
==
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Sun Jan 29 13:15:21 2012
@@ -28,7 +28,7 @@
 
 
 protocols
-1.6.2
+1.6.3-SNAPSHOT
 pom
 
 Apache James Protocols
@@ -45,9 +45,9 @@
 
 
 
-
scm:svn:http://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6.2
-
scm:svn:https://svn.apache.org/repos/asf/james/protocols/tags/protocols-1.6.2
-
http://svn.apache.org/viewcvs.cgi/james/protocols/trunk/tags/protocols-1.6.2?root=Apache-SVN
+
scm:svn:http://svn.apache.org/repos/asf/james/protocols/trunk
+
scm:svn:https://svn.apache.org/repos/asf/james/protocols/trunk
+
http://svn.apache.org/viewcvs.cgi/james/protocols/trunk?root=Apache-SVN
 
 
 

Modified: james/protocols/trunk/pop3/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1237279&r1=1237278&r2=1237279&view=diff
==
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Sun Jan 29 13:15:21 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2
+1.6.3-SNAPSHOT
 ../pom.xml
 
 

Modified: james/protocols/trunk/smtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1237279&r1=1237278&r2=1237279&view=diff
==
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Sun Jan 29 13:15:21 2012
@@ -23,7 +23,7 @@
 
 protocols
 org.apache.james
-1.6.2
+1.6.3-SNAPSHOT
 ../pom.xml
 
 



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



[VOTE] Release Apache James Protocols 1.6.2

2012-01-29 Thread Norman Maurer
Hi there,

I want to start to integrate the imap code base into Apache James
Protocols later the week. So I think we should release one more
version of Apache James Protocols now, as we had some improvements
till the last release. You know... release often, release early.

So please cast your VOTE:

https://repository.apache.org/content/repositories/orgapachejames-155/

[ ] +1 Please release
[ ] +0 No time to review
[ ] -1 Something is wrong

Bye,
Norman

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



svn commit: r1237281 - in /james/protocols/trunk: imap/ imap/pom.xml pom.xml

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:27:53 2012
New Revision: 1237281

URL: http://svn.apache.org/viewvc?rev=1237281&view=rev
Log:
Start to add imap code. See PROTOCOLS-73

Added:
james/protocols/trunk/imap/
james/protocols/trunk/imap/pom.xml   (with props)
Modified:
james/protocols/trunk/pom.xml

Added: james/protocols/trunk/imap/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/imap/pom.xml?rev=1237281&view=auto
==
--- james/protocols/trunk/imap/pom.xml (added)
+++ james/protocols/trunk/imap/pom.xml Sun Jan 29 13:27:53 2012
@@ -0,0 +1,108 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+4.0.0
+
+
+protocols
+org.apache.james
+1.6.3-SNAPSHOT
+../pom.xml
+
+
+org.apache.james.protocols
+protocols-imap
+
+Apache James Protocols IMAP
+
+
+
+org.apache.james.protocols
+protocols-api
+
+
+commons-net
+commons-net
+test
+
+
+org.apache.james.protocols
+protocols-api
+test
+test-jar
+
+
+org.apache.james.protocols
+protocols-netty
+test
+
+
+junit
+junit
+test
+
+
+
+
+
+
+org.apache.maven.plugins
+maven-jar-plugin
+
+
+
+
${project.build.outputDirectory}/META-INF/MANIFEST.MF
+
+
true
+
true
+
+
+
+
+
+
+test-jar
+
+
+
+
+
+org.apache.felix
+maven-bundle-plugin
+
+
+bundle-manifest
+process-classes
+
+manifest
+
+
+
+true
+
+
+
org.apache.james.protocols.imap.*
+*;scope=runtime
+
+
+
+
+
+
\ No newline at end of file

Propchange: james/protocols/trunk/imap/pom.xml
--
svn:mime-type = text/plain

Modified: james/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1237281&r1=1237280&r2=1237281&view=diff
==
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Sun Jan 29 13:27:53 2012
@@ -42,6 +42,7 @@
 lmtp
 netty
 pop3
+imap
 
 
 



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



svn commit: r1237282 - /james/protocols/trunk/imap/

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:29:08 2012
New Revision: 1237282

URL: http://svn.apache.org/viewvc?rev=1237282&view=rev
Log:
Add svn:ignore. See PROTOCOLS-73

Modified:
james/protocols/trunk/imap/   (props changed)

Propchange: james/protocols/trunk/imap/
--
--- svn:ignore (added)
+++ svn:ignore Sun Jan 29 13:29:08 2012
@@ -0,0 +1 @@
+target



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



svn commit: r1237283 - in /james/protocols/trunk/imap/src: ./ main/ main/java/ test/ test/java/

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:30:23 2012
New Revision: 1237283

URL: http://svn.apache.org/viewvc?rev=1237283&view=rev
Log:
Add folder structure. See PROTOCOLS-73

Added:
james/protocols/trunk/imap/src/
james/protocols/trunk/imap/src/main/
james/protocols/trunk/imap/src/main/java/
james/protocols/trunk/imap/src/test/
james/protocols/trunk/imap/src/test/java/


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



svn commit: r1237285 - /james/protocols/trunk/imap/src/main/java/org/

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:38:38 2012
New Revision: 1237285

URL: http://svn.apache.org/viewvc?rev=1237285&view=rev
Log:
Copy over imap code. See PROTOCOLS-73

Added:
james/protocols/trunk/imap/src/main/java/org/
  - copied from r1237284, 
james/protocols/tags/protocols-imap/imap/src/main/java/org/


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



svn commit: r1237286 - /james/protocols/trunk/imap/

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:41:16 2012
New Revision: 1237286

URL: http://svn.apache.org/viewvc?rev=1237286&view=rev
Log:
Add svn:ignore. See PROTOCOLS-73

Modified:
james/protocols/trunk/imap/   (props changed)

Propchange: james/protocols/trunk/imap/
--
--- svn:ignore (original)
+++ svn:ignore Sun Jan 29 13:41:16 2012
@@ -1 +1,7 @@
 target
+
+.settings
+
+.classpath
+
+.project



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



svn commit: r1237287 - in /james/protocols/trunk: imap/pom.xml pom.xml

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:44:44 2012
New Revision: 1237287

URL: http://svn.apache.org/viewvc?rev=1237287&view=rev
Log:
fix dependencies for imap. See PROTOCOLS-73

Modified:
james/protocols/trunk/imap/pom.xml
james/protocols/trunk/pom.xml

Modified: james/protocols/trunk/imap/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/imap/pom.xml?rev=1237287&r1=1237286&r2=1237287&view=diff
==
--- james/protocols/trunk/imap/pom.xml (original)
+++ james/protocols/trunk/imap/pom.xml Sun Jan 29 13:44:44 2012
@@ -37,22 +37,57 @@
 org.apache.james.protocols
 protocols-api
 
+
+
+org.apache.james
+apache-james-mailbox-api
+
 
-commons-net
-commons-net
+org.apache.james
+apache-james-mailbox-api
+test-jar
 test
 
+
 
-org.apache.james.protocols
-protocols-api
+org.apache.james
+apache-mime4j-core
+
+
+org.apache.james
+apache-mime4j-dom
+
+
+org.apache.geronimo.javamail
+geronimo-javamail_1.4_mail
+
+
+
+org.slf4j
+slf4j-api
+
+
+
+commons-codec
+commons-codec
+
+   
+
+com.beetstra.jutf7
+jutf7
+
+
+
+org.jmock
+jmock
 test
-test-jar
 
 
-org.apache.james.protocols
-protocols-netty
+org.jmock
+jmock-junit4
 test
 
+
 
 junit
 junit

Modified: james/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1237287&r1=1237286&r2=1237287&view=diff
==
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Sun Jan 29 13:44:44 2012
@@ -122,7 +122,57 @@
 netty
 3.3.0.Final
 
+
+org.apache.james
+apache-james-mailbox-api
+${version.mailbox}
+
+
+org.apache.james
+apache-james-mailbox-api
+${version.mailbox}
+test-jar
+test
+
 
+
+
+org.apache.james
+apache-mime4j-core
+${version.apache-mime4j}
+
+
+org.apache.james
+apache-mime4j-dom
+${version.apache-mime4j}
+
+
+
+com.beetstra.jutf7
+jutf7
+1.0.0
+
+
+
+
+
+org.jmock
+jmock
+${version.jmock}
+test
+
+
+org.jmock
+jmock-junit4
+${version.jmock}
+test
+
 
 junit
 junit
@@ -139,7 +189,6 @@
 org.apache.geronimo.javamail
 geronimo-javamail_1.4_mail
 1.8.3
-test
 
 
 



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



svn commit: r1237288 - /james/protocols/trunk/imap/src/test/java/org/

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:46:06 2012
New Revision: 1237288

URL: http://svn.apache.org/viewvc?rev=1237288&view=rev
Log:
Copy over imap code. See PROTOCOLS-73

Added:
james/protocols/trunk/imap/src/test/java/org/   (props changed)
  - copied from r1237287, 
james/protocols/tags/protocols-imap/imap/src/test/java/org/

Propchange: james/protocols/trunk/imap/src/test/java/org/
--
svn:mergeinfo = 



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



svn commit: r1237290 - in /james/protocols/trunk/imap/src: main/java/org/apache/james/imap/api/ main/java/org/apache/james/imap/decode/parser/ main/java/org/apache/james/imap/encode/ main/java/org/apa

2012-01-29 Thread norman
Author: norman
Date: Sun Jan 29 13:52:44 2012
New Revision: 1237290

URL: http://svn.apache.org/viewvc?rev=1237290&view=rev
Log:
Merge support for ACL in. See IMAP-351

Added:

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/decode/parser/GetACLCommandParser.java
   (with props)

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/encode/ACLResponseEncoder.java
   (with props)

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/message/request/GetACLRequest.java
   (with props)

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/message/response/ACLResponse.java
   (with props)

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/processor/GetACLProcessor.java
   (with props)

james/protocols/trunk/imap/src/test/java/org/apache/james/imap/processor/GetACLProcessorTest.java
   (with props)

james/protocols/trunk/imap/src/test/java/org/apache/james/imap/processor/StatusResponseTypeMatcher.java
   (with props)
Modified:

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/api/ImapConstants.java

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/decode/parser/ImapParserFactory.java

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/encode/main/DefaultImapEncoderFactory.java

james/protocols/trunk/imap/src/main/java/org/apache/james/imap/processor/DefaultProcessorChain.java

james/protocols/trunk/imap/src/test/java/org/apache/james/imap/processor/base/MailboxEventAnalyserTest.java

Modified: 
james/protocols/trunk/imap/src/main/java/org/apache/james/imap/api/ImapConstants.java
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/imap/src/main/java/org/apache/james/imap/api/ImapConstants.java?rev=1237290&r1=1237289&r2=1237290&view=diff
==
--- 
james/protocols/trunk/imap/src/main/java/org/apache/james/imap/api/ImapConstants.java
 (original)
+++ 
james/protocols/trunk/imap/src/main/java/org/apache/james/imap/api/ImapConstants.java
 Sun Jan 29 13:52:44 2012
@@ -103,6 +103,8 @@ public interface ImapConstants {
 
 public static final String SUPPORTS_QRESYNC = "QRESYNC";
 
+public static final String SUPPORTS_ACL = "ACL";
+
 public static final String INBOX_NAME = "INBOX";
 
 public static final String MIME_TYPE_TEXT = "TEXT";
@@ -212,6 +214,16 @@ public interface ImapConstants {
 public static final String APPEND_COMMAND_NAME = "APPEND";
 
 public static final String ENABLE_COMMAND_NAME = "ENABLE";
+
+public static final String GETACL_COMMAND_NAME = "GETACL";
+
+public static final String SETACL_COMMAND_NAME = "SETACL";
+
+public static final String DELETEACL_COMMAND_NAME = "DELETEACL";
+
+public static final String LISTRIGHTS_COMMAND_NAME = "LISTRIGHTS";
+
+public static final String MYRIGHTS_COMMAND_NAME = "MYRIGHTS";
 
 public static final String LIST_RESPONSE_NAME = "LIST";
 
@@ -221,6 +233,8 @@ public interface ImapConstants {
 
 public static final String SEARCH_RESPONSE_NAME = "SEARCH";
 
+public static final String ACL_RESPONSE_NAME = "ACL";
+
 public static final String NAME_ATTRIBUTE_NOINFERIORS = "\\Noinferiors";
 
 public static final String NAME_ATTRIBUTE_NOSELECT = "\\Noselect";

Added: 
james/protocols/trunk/imap/src/main/java/org/apache/james/imap/decode/parser/GetACLCommandParser.java
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/imap/src/main/java/org/apache/james/imap/decode/parser/GetACLCommandParser.java?rev=1237290&view=auto
==
--- 
james/protocols/trunk/imap/src/main/java/org/apache/james/imap/decode/parser/GetACLCommandParser.java
 (added)
+++ 
james/protocols/trunk/imap/src/main/java/org/apache/james/imap/decode/parser/GetACLCommandParser.java
 Sun Jan 29 13:52:44 2012
@@ -0,0 +1,48 @@
+/
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information*
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the*
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *  *
+ *   http://www.apache.org/licenses/LICENSE-2.0 *
+ *  *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY   *
+ * KIND, either express or implied.  See the License for the*
+ * specific language go

Jenkins build is back to stable : mailbox-integration-tests #688

2012-01-29 Thread Apache Jenkins Server
See 



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



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

2012-01-29 Thread Apache Jenkins Server
See 



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



Jenkins build is unstable: hupa-trunk #246

2012-01-29 Thread Apache Jenkins Server
See 



-
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 #2585

2012-01-29 Thread Apache Jenkins Server
See 



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



Build failed in Jenkins: james-app-trunk #557

2012-01-29 Thread Apache Jenkins Server
See 

--
[...truncated 574 lines...]
---

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ apache-james ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
apache-james ---
[INFO] 
[INFO] --- appassembler-maven-plugin:1.0:assemble (make-appassemble) @ 
apache-james ---
[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/james-server-container-spring/3.0-beta4-SNAPSHOT/james-server-container-spring-3.0-beta4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/james-server-lifecycle-api/3.0-beta4-SNAPSHOT/james-server-lifecycle-api-3.0-beta4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/james-server-filesystem-api/3.0-beta4-SNAPSHOT/james-server-filesystem-api-3.0-beta4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/james-server-mailetcontainer-api/3.0-beta4-SNAPSHOT/james-server-mailetcontainer-api-3.0-beta4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/james-server-data-api/3.0-beta4-SNAPSHOT/james-server-data-api-3.0-beta4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/james-server-core/3.0-beta4-SNAPSHOT/james-server-core-3.0-beta4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/apache-james-mailbox-api/0.4-SNAPSHOT/apache-james-mailbox-api-0.4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/apache-james-mailbox-tool/0.4-SNAPSHOT/apache-james-mailbox-tool-0.4-SNAPSHOT.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/protocols/protocols-api/1.6.1/protocols-api-1.6.1.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/apache/james/apache-mailet/2.4/apache-mailet-2.4.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar
 to 

[INFO] Installing 
/home/jenkins/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar
 to 


Jenkins build became unstable: mailbox-integration-tests #690

2012-01-29 Thread Apache Jenkins Server
See 



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