summaryrefslogtreecommitdiffstats
path: root/imap/smaptestsuite
diff options
context:
space:
mode:
Diffstat (limited to 'imap/smaptestsuite')
-rw-r--r--imap/smaptestsuite16
1 files changed, 15 insertions, 1 deletions
diff --git a/imap/smaptestsuite b/imap/smaptestsuite
index 4962027..2ea5849 100644
--- a/imap/smaptestsuite
+++ b/imap/smaptestsuite
@@ -661,8 +661,22 @@ test message
EOF
n=`expr $n + 1`
done
-env AUTHENTICATED=confmdtest IMAP_BROKENUIDV=1 IMAP_KEYWORDS=1 MOVE_EXPUNGE_TO_TRASH=1 MAILDIR=confmdtest PROTOCOL=SMAP1 $IMAPINVOKE <<EOF | sed "$SED"
+env AUTHENTICATED=user1 IMAP_BROKENUIDV=1 IMAP_KEYWORDS=1 MOVE_EXPUNGE_TO_TRASH=1 MAILDIR=confmdtest PROTOCOL=SMAP1 $IMAPINVOKE <<EOF | sed "$SED"
OPEN INBOX
EXPUNGE
+SETACL INBOX "" -owner c
+MKDIR INBOX subdir
+CREATE INBOX subdir
+SETACL INBOX "" -owner ""
+MKDIR INBOX subdir
+CREATE INBOX subdir
+SETACL INBOX "" -owner x
+RMDIR INBOX subdir
+SETACL INBOX "" -owner ""
+RMDIR INBOX subdir
+SETACL INBOX subdir "" -owner x
+DELETE INBOX subdir
+SETACL INBOX subdir "" -owner ""
+DELETE INBOX subdir
LOGOUT
EOF