test993: list 1000 messages over POP3

Attempt to verify issue #14201

Closes #14297
This commit is contained in:
Daniel Stenberg 2024-07-29 10:56:48 +02:00
parent 17e6f06ea3
commit 33826994e7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 43 additions and 1 deletions

View File

@ -126,7 +126,7 @@ test952 test953 test954 test955 test956 test957 test958 test959 test960 \
test961 test962 test963 test964 test965 test966 test967 test968 test969 \
test970 test971 test972 test973 test974 test975 test976 test977 test978 \
test979 test980 test981 test982 test983 test984 test985 test986 test987 \
test988 test989 test990 test991 test992 \
test988 test989 test990 test991 test992 test993 \
\
test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \

42
tests/data/test993 Normal file
View File

@ -0,0 +1,42 @@
<testcase>
<info>
<keywords>
POP3
Clear Text
LIST
</keywords>
</info>
#
# Server-side
<reply>
<data>
%repeat[1000 x 95 328485%0d%0a]%</data>
</reply>
#
# Client-side
<client>
<server>
pop3
</server>
<name>
POP3 LIST 1000 messages
</name>
<command>
pop3://%HOSTIP:%POP3PORT/ -u user:secret
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
CAPA
USER user
PASS secret
LIST
QUIT
</protocol>
</verify>
</testcase>