aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorOri Avtalion <ori@avtalion.name>2011-06-21 01:33:32 +0300
committerOri Avtalion <ori@avtalion.name>2011-06-21 18:12:05 +0300
commitaf6dcc92d56c8913a49a4c8b776f65c717f242d6 (patch)
tree96160a7b51074ed947159bd95727b354d64ded1d /tests/data
parent57064e4a0d426eeb0f82e7831214caaf9300bc2a (diff)
[pop3] remove extra space in LIST command
Some servers, e.g. mail.bezeqint.net:110, consider it a syntax error
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/test8102
-rw-r--r--tests/data/test8112
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test810 b/tests/data/test810
index d4f75972a..1c31042b6 100644
--- a/tests/data/test810
+++ b/tests/data/test810
@@ -38,7 +38,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret
<protocol>
USER user
PASS secret
-LIST
+LIST
QUIT
</protocol>
</verify>
diff --git a/tests/data/test811 b/tests/data/test811
index 850e5e27d..ca107abcc 100644
--- a/tests/data/test811
+++ b/tests/data/test811
@@ -36,7 +36,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret
<protocol>
USER user
PASS secret
-LIST
+LIST
QUIT
</protocol>
</verify>