From 5a6464ae094688c6eecfc84178bf12eb6f21cfbe Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 10 Mar 2013 18:50:43 +0000 Subject: email-tests: Renamed the IMAP test to be 800 Continued segregating the email protocol tests, into their own protocol based ranges, in preparation of adding more e-mail related tests to the test suite. --- tests/data/test800 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tests/data/test800 (limited to 'tests/data/test800') diff --git a/tests/data/test800 b/tests/data/test800 new file mode 100644 index 000000000..d52829272 --- /dev/null +++ b/tests/data/test800 @@ -0,0 +1,48 @@ + + + +IMAP +FETCH + + + +# +# Server-side + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +imap + + +IMAP FETCH + + +'imap://%HOSTIP:%IMAPPORT/801/;UID=1' -u user:secret + + + +# +# Verify data after the test has been "shot" + + +A001 CAPABILITY +A002 LOGIN user secret +A003 SELECT 801 +A004 FETCH 1 BODY[] +A005 LOGOUT + + + -- cgit v1.2.3