diff options
| author | Sam Varshavchik | 2022-01-30 20:34:19 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-01-30 20:34:19 -0500 |
| commit | f4ae4736ba7573e2b48fad0aa80fa0a32b0fb07a (patch) | |
| tree | e981ab81c8ccfb6c58feb266ffb9769b16e8b2f0 | |
| parent | 45d2b388ab539af1fe9390fdce3490939b1222e9 (diff) | |
| download | courier-libs-f4ae4736ba7573e2b48fad0aa80fa0a32b0fb07a.tar.bz2 | |
Additional test.
| -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.
|
