aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1321
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-03-21 12:42:32 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-03-21 12:42:32 +0000
commitc0c46c3137a3f1dea014cfa69588c4e121710cf7 (patch)
tree63df62b60618d024bb2234eb370c796807c8bb3b /tests/data/test1321
parent7713e67bc502e62c630a59b62e1efd70aaad518a (diff)
imap-tests: Added CRLF to reply data to be compliant with RFC-822
Updated the reply data in tests: 800, 801, 802, 804 and 1321 to possess the CRLF as per RFC-822.
Diffstat (limited to 'tests/data/test1321')
-rw-r--r--tests/data/test132128
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/data/test1321 b/tests/data/test1321
index 34cd9ff2a..74f5a1d99 100644
--- a/tests/data/test1321
+++ b/tests/data/test1321
@@ -13,24 +13,24 @@ HTTP proxy
# Server-side
<reply>
<data>
-From: me@somewhere
-To: fake@nowhere
-
-body
-
---
- yours sincerely
+From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
</data>
<datacheck>
HTTP/1.1 200 Mighty fine indeed
-From: me@somewhere
-To: fake@nowhere
-
-body
-
---
- yours sincerely
+From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
</datacheck>
</reply>