diff options
| author | Sam Varshavchik | 2022-01-17 15:14:06 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2022-01-17 15:15:02 -0500 |
| commit | 6ff4d7ff79a967b58b6eca3506b48c5d3219f3dc (patch) | |
| tree | 651e32310c73c86c316db520174fe89e63bc5e7f /imap/testsuite.txt | |
| parent | 49028a9eb32a570b3bc73777d0474e458c1c1949 (diff) | |
| download | courier-libs-6ff4d7ff79a967b58b6eca3506b48c5d3219f3dc.tar.bz2 | |
Fix minor memory leaks.
bdbobj_nextkey can leak memory.
Looks like some glibc or valgrind configs detect memory leaks from putenv(),
use setenv() instead. It's POSIX 2001.
Take this opportunity to clean up the test script.
Diffstat (limited to 'imap/testsuite.txt')
| -rw-r--r-- | imap/testsuite.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/imap/testsuite.txt b/imap/testsuite.txt index e5a2888..834d6de 100644 --- a/imap/testsuite.txt +++ b/imap/testsuite.txt @@ -1699,3 +1699,27 @@ 001413 T086 OK LIST completed
001414 * BYE Courier-IMAP server shutting down
001415 TDONE OK LOGOUT completed
+001416 * PREAUTH Ready.
+001417 + OK
+001418 U001 OK APPEND Ok.
+001419 * LIST (\HasNoChildren) "." "shared.another.writable"
+001419 * LIST (\Noselect \HasChildren) "." "shared"
+001419 * LIST (\Noselect \HasChildren) "." "shared.another"
+001419 * LIST (\Unmarked \HasNoChildren) "." "INBOX"
+001419 U002 OK LIST completed
+001420 * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
+001421 * OK [PERMANENTFLAGS (\Draft \Answered \Flagged \Deleted \Seen)] Limited
+001422 * 1 EXISTS
+001423 * 0 RECENT
+001424 * OK [UIDVALIDITY] Ok
+001425 * OK [MYRIGHTS "acdilrsw"] ACL
+001426 U003 OK [READ-WRITE] Ok
+001427 U004 OK COPY completed.
+001428 U005 NO Mailbox does not exist, or must be subscribed to.
+001429 U006 NO Cannot delete currently-open folder.
+001430 * LISTRIGHTS "INBOX" "user=user1" "" a c d i l p r s w
+001430 U007 OK LISTRIGHTS completed.
+001431 * LISTRIGHTS "shared.another.writable" "user=user1" "" a c d i l p r s w
+001431 U008 OK LISTRIGHTS completed.
+001432 * MYRIGHTS "INBOX" "acdilrsw"
+001433 U009 OK MYRIGHTS completed.
|
