From 83f53325360935f4e2008ad3f019a92ffee879da Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 31 Aug 2013 18:31:47 +0100 Subject: tests: Added test for IMAP CHECK command --- tests/data/test814 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tests/data/test814 (limited to 'tests/data/test814') diff --git a/tests/data/test814 b/tests/data/test814 new file mode 100644 index 000000000..53ae75fe2 --- /dev/null +++ b/tests/data/test814 @@ -0,0 +1,40 @@ + + + +IMAP +CHECK +CUSTOMREQUEST + + + +# +# Server-side + + + +# +# Client-side + + +imap + + +IMAP CHECK Mailbox (CUSTOMREQUEST) + + +imap://%HOSTIP:%IMAPPORT/814 -u user:secret -X 'CHECK' + + + +# +# Verify data after the test has been "shot" + + +A001 CAPABILITY +A002 LOGIN user secret +A003 SELECT 814 +A004 CHECK +A005 LOGOUT + + + -- cgit v1.2.3