diff options
| author | Sam Varshavchik | 2022-02-14 20:58:40 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-02-14 20:58:40 -0500 |
| commit | 370f08584d15e8c1dfa45187893821643ba44ef4 (patch) | |
| tree | d8b6a2e76ba1c538f8e65887f1e05d306a166b3c | |
| parent | 978674a001bd1e3d00bc298ee27fca620c98b5dc (diff) | |
| download | courier-libs-370f08584d15e8c1dfa45187893821643ba44ef4.tar.bz2 | |
Additional test coverage
| -rw-r--r-- | imap/smaptestsuite | 4 | ||||
| -rw-r--r-- | imap/smaptestsuite.txt | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/imap/smaptestsuite b/imap/smaptestsuite index a7c3cec..3c9837d 100644 --- a/imap/smaptestsuite +++ b/imap/smaptestsuite @@ -685,5 +685,9 @@ SETACL INBOX subdir "" -owner x DELETE INBOX subdir SETACL INBOX subdir "" -owner "" DELETE INBOX subdir +CREATE INBOX Trash +MOVE 1 "" INBOX Trash +OPEN INBOX Trash +STORE 1 "INTERNALDATE=01 Jan 2022 09:00:00 -0500" LOGOUT EOF diff --git a/imap/smaptestsuite.txt b/imap/smaptestsuite.txt index 425838f..2fad523 100644 --- a/imap/smaptestsuite.txt +++ b/imap/smaptestsuite.txt @@ -2090,5 +2090,12 @@ 002084 * GETACL "owner" "aceilrstwx" "administrators" "aceilrstwx" 002085 +OK Updated ACLs 002086 +OK Folder deleted -002087 * BYE Courier-SMAP server shutting down -002088 +OK LOGOUT completed +002087 +OK Folder created +002088 * COPY NEWUID +002089 * EXPUNGE 1 +002090 +OK Messages copied. +002091 * EXISTS 1 +002092 +OK Folder opened +002093 +OK Folder status updated +002094 * BYE Courier-SMAP server shutting down +002095 +OK LOGOUT completed |
