Commit 65de03bc 65de03bc48e19f158107cee0921a0f68025f8b34 by Sergey Poznyakoff

Call imap4d_stop at the end.

1 parent 660096fa
......@@ -24,3 +24,7 @@ imap4d_test "CAPABILITY" \
imap4d_test "NOOP"
imap4d_test "NAMESPACE" "BAD"
imap4d_stop
# End of anystate.exp
......
......@@ -98,7 +98,10 @@ imap4d_test "FETCH 2:3 BODY\[\]"\
")"\
"OK"
#end of append.exp
imap4d_stop
# End of append.exp
......
......@@ -68,4 +68,6 @@ imap4d_test "FETCH 1 ALL"\
"OK"
\ No newline at end of file
imap4d_stop
# End of create.exp
......
......@@ -56,5 +56,6 @@ imap4d_test "EXAMINE mbox1" \
"OK \[PERMANENTFLAGS ()\] No Permanent flags"\
"OK \[READ-ONLY\] EXAMINE Completed"
imap4d_stop
# End of examine.exp
......
......@@ -66,3 +66,7 @@ imap4d_test "SELECT mbox1" \
"FLAGS (\\Answered \\Flagged \\Deleted \\Seen \\Draft)"\
"OK \[PERMANENTFLAGS (\\Answered \\Deleted \\Seen)\] Permanent flags" \
"OK"
imap4d_stop
# End of expunge.exp
......
......@@ -504,4 +504,6 @@ imap4d_test "FETCH 4 FULL"\
"4 FETCH (FLAGS (\\Recent) INTERNALDATE \"13-Jul-2002 00:50:58 +0000\" RFC822.SIZE 3568 ENVELOPE (\"Sat, 13 Jul 2002 00:50:58 +0300\" \"Nested MIME\" ((\"Sergey Poznyakoff\" NIL \"gray\" \"Mirddin.farlep.net\")) ((\"Sergey Poznyakoff\" NIL \"gray\" \"Mirddin.farlep.net\")) ((\"Sergey Poznyakoff\" NIL \"gray\" \"Mirddin.farlep.net\")) ((\"Foo Bar\" NIL \"foobar\" \"nonexistent.net\")) ((NIL NIL \"NIL\" NIL)) ((NIL NIL \"NIL\" NIL)) NIL \"<200207122150.g6CLowb05126@Mirddin.farlep.net>\") BODY ((\"text\" \"plain\" (\"name\" \"msg.21\" \"charset\" \"us-ascii\") \"<5122.1026510654.2@Mirddin.farlep.net>\" \"Father William Part I\" 7BIT 353 11)((\"application\" \"octet-stream\" (\"name\" \"msg.22\") \"<5122.1026510654.4@Mirddin.farlep.net>\" \"Father William Part II\" \"base64\" 488)((\"application\" \"octet-stream\" (\"name\" \"msg.23\") \"<5122.1026510654.6@Mirddin.farlep.net>\" \"Father William Part III\" \"base64\" 492)(\"application\" \"octet-stream\" (\"name\" \"msg.24\") \"<5122.1026510654.7@Mirddin.farlep.net>\" \"Father William Part IV\" \"base64\" 504) \"mixed\" NIL NIL NIL) \"mixed\" NIL NIL NIL) \"mixed\" NIL NIL NIL))"\
"OK"
#end of fetch.exp
imap4d_stop
# End of fetch.exp
......
......@@ -76,3 +76,7 @@ imap4d_test "LIST \"\" INBOX"\
"LIST (\\NoInferiors) NIL INBOX"\
"LIST (\\NoInferiors) \"/\" INBOX"\
"OK"
imap4d_stop
# End of list.exp
......
......@@ -213,4 +213,6 @@ imap4d_test "SEARCH OR FROM alice (ANSWERED SENTSINCE \"29-Jul-2002 22:00:33 +01
"SEARCH 2 4 6 8 10 12 14 20 25 27 29 33 36 38 40 43 45 47 51 53 55 57 59 63 66 68 70 72 74 76 78 80 82 85 87 90 93 95"\
"OK"
#end of search.exp
imap4d_stop
# End of search.exp
......
......@@ -25,4 +25,8 @@ imap4d_auth "user!passwd" "guessme"
imap4d_test -message "X-VERSION in auth state" "X-VERSION"\
"X-VERSION GNU imap4d (GNU Mailutils [mu_check_capability VERSION])"\
"OK"
\ No newline at end of file
"OK"
imap4d_stop
# End of x.exp
......