diff options
| -rwxr-xr-x | imap/testsuite | 1 | ||||
| -rw-r--r-- | imap/testsuite.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/imap/testsuite b/imap/testsuite index b8fe504..c2d1ee8 100755 --- a/imap/testsuite +++ b/imap/testsuite @@ -1180,6 +1180,7 @@ V003 ACL STORE INBOX.Folder user=user2 +r V004 LIST (ACL) "" "INBOX.Folder" V005 CREATE INBOX.Folder V006 LIST (ACL) "" "INBOX.Folder" +V007 GETQUOTAROOT INBOX EOF ls confmdtest/courierimaphieracl 2>&1 rm -rf confmdtest diff --git a/imap/testsuite.txt b/imap/testsuite.txt index 73190ea..eca6a46 100644 --- a/imap/testsuite.txt +++ b/imap/testsuite.txt @@ -1787,3 +1787,6 @@ 001490 V005 OK "INBOX.Folder" created.
001491 * LIST (\HasChildren) "." "INBOX.Folder" (("ACL" (("owner" "acdilrsw")("administrators" "acdilrsw")("user=user2" "rw"))))
001491 V006 OK LIST completed
+001492 * QUOTAROOT "INBOX" "ROOT"
+001493 * QUOTA "ROOT"
+001494 V007 OK GETQUOTAROOT Ok.
|
