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/06/11 10:53:11 UTC

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

Author: rdonkin
Date: Thu Jun 11 08:53:11 2009
New Revision: 783699

URL: http://svn.apache.org/viewvc?rev=783699&view=rev
Log:
Update smoke tests to reflect IMAP improvements

Modified:
    james/server/trunk/build-tools/imap-post-john-sieve.mpt
    james/server/trunk/build-tools/imap-sieve.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=783699&r1=783698&r2=783699&view=diff
==============================================================================
--- james/server/trunk/build-tools/imap-post-john-sieve.mpt (original)
+++ james/server/trunk/build-tools/imap-post-john-sieve.mpt Thu Jun 11 08:53:11 2009
@@ -28,17 +28,19 @@
 S: \* 0 RECENT
 S: \* OK \[UIDVALIDITY .*
 S: \* OK \[PERMANENTFLAGS \(\\Answered \\Deleted \\Draft \\Flagged \\Seen\)\]
+S: \* OK \[UIDNEXT .*\]
 S: 2 OK \[READ-WRITE\] SELECT completed.
 C: 3 SELECT sub
 S: \* FLAGS \(\\Answered \\Deleted \\Draft \\Flagged \\Seen\)
 S: \* 1 EXISTS
-S: \* 0 RECENT
+S: \* 1 RECENT
 S: \* OK \[UIDVALIDITY .*
 S: \* OK \[UNSEEN 1\]
 S: \* OK \[PERMANENTFLAGS \(\\Answered \\Deleted \\Draft \\Flagged \\Seen\)\]
+S: \* OK \[UIDNEXT .*\]
 S: 3 OK \[READ-WRITE\] SELECT completed.
 C: 4 FETCH 1 FULL
-S: \* 1 FETCH \(FLAGS \(\) INTERNALDATE \".*\" RFC822.SIZE .* ENVELOPE \(\"12 Dec 2008 GMT\" \"Hello\" \(\(NIL NIL "joe" "example.org"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"john.smith\" \"localhost\"\)\) NIL NIL NIL \".*\"\) BODY \(\"TEXT\" \"PLAIN\" \(\"charset\" \"us-ascii\"\) NIL NIL \"7BIT\" 16 2\)\)
+S: \* 1 FETCH \(FLAGS \(\\Recent\) INTERNALDATE \".*\" RFC822.SIZE .* ENVELOPE \(\"12 Dec 2008 GMT\" \"Hello\" \(\(NIL NIL "joe" "example.org"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"john.smith\" \"localhost\"\)\) NIL NIL NIL \".*\"\) BODY \(\"TEXT\" \"PLAIN\" \(\"charset\" \"us-ascii\"\) NIL NIL \"7BIT\" 16 2\)\)
 S: 4 OK FETCH completed.
 C: END LOGOUT
 S: \* BYE IMAP4rev1 Server logging out

Modified: james/server/trunk/build-tools/imap-sieve.mpt
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/imap-sieve.mpt?rev=783699&r1=783698&r2=783699&view=diff
==============================================================================
--- james/server/trunk/build-tools/imap-sieve.mpt (original)
+++ james/server/trunk/build-tools/imap-sieve.mpt Thu Jun 11 08:53:11 2009
@@ -25,13 +25,14 @@
 C: 2 SELECT INBOX
 S: \* FLAGS \(\\Answered \\Deleted \\Draft \\Flagged \\Seen\)
 S: \* 1 EXISTS
-S: \* 0 RECENT
+S: \* 1 RECENT
 S: \* OK \[UIDVALIDITY .*
 S: \* OK \[UNSEEN 1\]
 S: \* OK \[PERMANENTFLAGS \(\\Answered \\Deleted \\Draft \\Flagged \\Seen\)\]
+S: \* OK \[UIDNEXT .*\]
 S: 2 OK \[READ-WRITE\] SELECT completed.
 C: 3 FETCH 1 FULL
-S: \* 1 FETCH \(FLAGS \(\) INTERNALDATE \".*\" RFC822.SIZE .* ENVELOPE \(\"12 Dec 2008 GMT\" \"A Test Message\" \(\(NIL NIL "joe" "example.org"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"user\" \"localhost\"\)\) NIL NIL NIL \".*\"\) BODY \(\"TEXT\" \"PLAIN\" \(\"charset\" \"us-ascii\"\) NIL NIL \"7BIT\" 29 2\)\)
+S: \* 1 FETCH \(FLAGS \(\\Recent\) INTERNALDATE \".*\" RFC822.SIZE .* ENVELOPE \(\"12 Dec 2008 GMT\" \"A Test Message\" \(\(NIL NIL "joe" "example.org"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"joe\" \"example.org\"\)\) \(\(NIL NIL \"user\" \"localhost\"\)\) NIL NIL NIL \".*\"\) BODY \(\"TEXT\" \"PLAIN\" \(\"charset\" \"us-ascii\"\) NIL NIL \"7BIT\" 29 2\)\)
 S: 3 OK FETCH completed.
 C: END LOGOUT
 S: \* BYE IMAP4rev1 Server logging out



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