From: Daniel Stenberg Date: Mon, 29 Jul 2024 08:56:48 +0000 (+0200) Subject: test993: list 1000 messages over POP3 X-Git-Tag: curl-8_9_1~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33826994e7a40aa071c394acd1acce38c6a314af;p=thirdparty%2Fcurl.git test993: list 1000 messages over POP3 Attempt to verify issue #14201 Closes #14297 --- diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index d5391d8293..d0e20df4b9 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -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 \ diff --git a/tests/data/test993 b/tests/data/test993 new file mode 100644 index 0000000000..01248de339 --- /dev/null +++ b/tests/data/test993 @@ -0,0 +1,42 @@ + + + +POP3 +Clear Text +LIST + + + +# +# Server-side + + +%repeat[1000 x 95 328485%0d%0a]% + + +# +# Client-side + + +pop3 + + +POP3 LIST 1000 messages + + +pop3://%HOSTIP:%POP3PORT/ -u user:secret + + + +# +# Verify data after the test has been "shot" + + +CAPA +USER user +PASS secret +LIST +QUIT + + +