You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/04/24 17:00:33 UTC

svn commit: r768326 - in /james/server/trunk/build-tools: imap-post-john-sieve.mpt imap-prep-john-sieve.mpt imap-sieve.mpt imap.mpt

Author: rdonkin
Date: Fri Apr 24 15:00:32 2009
New Revision: 768326

URL: http://svn.apache.org/viewvc?rev=768326&view=rev
Log:
IMAP now supports NAMESPACE

Modified:
    james/server/trunk/build-tools/imap-post-john-sieve.mpt
    james/server/trunk/build-tools/imap-prep-john-sieve.mpt
    james/server/trunk/build-tools/imap-sieve.mpt
    james/server/trunk/build-tools/imap.mpt

Modified: james/server/trunk/build-tools/imap-post-john-sieve.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/imap-post-john-sieve.mpt?rev=768326&r1=768325&r2=768326&view=diff
==============================================================================
--- james/server/trunk/build-tools/imap-post-john-sieve.mpt (original)
+++ james/server/trunk/build-tools/imap-post-john-sieve.mpt Fri Apr 24 15:00:32 2009
@@ -18,7 +18,7 @@
 ################################################################
 S: \* OK JAMES IMAP4rev1 Server.*
 C: abcd CAPABILITY
-S: \* CAPABILITY IMAP4rev1 LITERAL\+
+S: \* CAPABILITY IMAP4rev1 LITERAL\+ NAMESPACE
 S: abcd OK CAPABILITY completed.
 C: 1 LOGIN john.smith passwd
 S: 1 OK LOGIN completed.

Modified: james/server/trunk/build-tools/imap-prep-john-sieve.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/imap-prep-john-sieve.mpt?rev=768326&r1=768325&r2=768326&view=diff
==============================================================================
--- james/server/trunk/build-tools/imap-prep-john-sieve.mpt (original)
+++ james/server/trunk/build-tools/imap-prep-john-sieve.mpt Fri Apr 24 15:00:32 2009
@@ -18,7 +18,7 @@
 ################################################################
 S: \* OK JAMES IMAP4rev1 Server.*
 C: abcd CAPABILITY
-S: \* CAPABILITY IMAP4rev1 LITERAL\+
+S: \* CAPABILITY IMAP4rev1 LITERAL\+ NAMESPACE
 S: abcd OK CAPABILITY completed.
 C: 1 LOGIN john.smith passwd
 S: 1 OK LOGIN completed.

Modified: james/server/trunk/build-tools/imap-sieve.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/imap-sieve.mpt?rev=768326&r1=768325&r2=768326&view=diff
==============================================================================
--- james/server/trunk/build-tools/imap-sieve.mpt (original)
+++ james/server/trunk/build-tools/imap-sieve.mpt Fri Apr 24 15:00:32 2009
@@ -18,7 +18,7 @@
 ################################################################
 S: \* OK JAMES IMAP4rev1 Server.*
 C: abcd CAPABILITY
-S: \* CAPABILITY IMAP4rev1 LITERAL\+
+S: \* CAPABILITY IMAP4rev1 LITERAL\+ NAMESPACE
 S: abcd OK CAPABILITY completed.
 C: 1 LOGIN user passwd 
 S: 1 OK LOGIN completed.

Modified: james/server/trunk/build-tools/imap.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/imap.mpt?rev=768326&r1=768325&r2=768326&view=diff
==============================================================================
--- james/server/trunk/build-tools/imap.mpt (original)
+++ james/server/trunk/build-tools/imap.mpt Fri Apr 24 15:00:32 2009
@@ -18,7 +18,7 @@
 ################################################################
 S: \* OK JAMES IMAP4rev1 Server.*
 C: abcd CAPABILITY
-S: \* CAPABILITY IMAP4rev1 LITERAL\+
+S: \* CAPABILITY IMAP4rev1 LITERAL\+ NAMESPACE
 S: abcd OK CAPABILITY completed.
 C: 1 LOGIN user passwd 
 S: 1 OK LOGIN completed.



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