mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
tests: Grouped POP3 SASL EXTERNAL tests with other POP3 tests
This commit is contained in:
parent
e3558a551b
commit
26d4e0ad4e
@ -91,14 +91,15 @@ test836 test837 test838 test839 test840 \
|
|||||||
test850 test851 test852 test853 test854 test855 test856 test857 test858 \
|
test850 test851 test852 test853 test854 test855 test856 test857 test858 \
|
||||||
test859 test860 test861 test862 test863 test864 test865 test866 test867 \
|
test859 test860 test861 test862 test863 test864 test865 test866 test867 \
|
||||||
test868 test869 test870 test871 test872 test873 test874 test875 test876 \
|
test868 test869 test870 test871 test872 test873 test874 test875 test876 \
|
||||||
test877 test878 test879 test880 test881 test882 \
|
test877 test878 test879 test880 test881 test882 test883 test884 test885 \
|
||||||
|
test886 \
|
||||||
\
|
\
|
||||||
test900 test901 test902 test903 test904 test905 test906 test907 test908 \
|
test900 test901 test902 test903 test904 test905 test906 test907 test908 \
|
||||||
test909 test910 test911 test912 test913 test914 test915 test916 test917 \
|
test909 test910 test911 test912 test913 test914 test915 test916 test917 \
|
||||||
test918 test919 test920 test921 test922 test923 test924 test925 test926 \
|
test918 test919 test920 test921 test922 test923 test924 test925 test926 \
|
||||||
test927 test928 test929 test930 test931 test932 test933 test934 test935 \
|
test927 test928 test929 test930 test931 test932 test933 test934 test935 \
|
||||||
test936 test937 test938 test939 test940 test941 \
|
test936 test937 test938 test939 test940 test941 \
|
||||||
test946 test947 test948 test949 test950 test951 test952 test953 \
|
test950 test951 test952 test953 \
|
||||||
\
|
\
|
||||||
test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
|
test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
|
||||||
test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
|
test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
|
||||||
|
@ -39,7 +39,7 @@ pop3
|
|||||||
POP3 external authentication
|
POP3 external authentication
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/946'
|
'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/883'
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ POP3 external authentication
|
|||||||
CAPA
|
CAPA
|
||||||
AUTH EXTERNAL
|
AUTH EXTERNAL
|
||||||
dXNlcg==
|
dXNlcg==
|
||||||
RETR 946
|
RETR 883
|
||||||
QUIT
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
@ -39,7 +39,7 @@ pop3
|
|||||||
POP3 external authentication without credentials
|
POP3 external authentication without credentials
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/947'
|
'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/884'
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ POP3 external authentication without credentials
|
|||||||
CAPA
|
CAPA
|
||||||
AUTH EXTERNAL
|
AUTH EXTERNAL
|
||||||
=
|
=
|
||||||
RETR 947
|
RETR 884
|
||||||
QUIT
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
@ -39,7 +39,7 @@ pop3
|
|||||||
POP3 external authentication with initial response
|
POP3 external authentication with initial response
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/948' --sasl-ir
|
'pop3://user;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/885' --sasl-ir
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ POP3 external authentication with initial response
|
|||||||
<protocol>
|
<protocol>
|
||||||
CAPA
|
CAPA
|
||||||
AUTH EXTERNAL dXNlcg==
|
AUTH EXTERNAL dXNlcg==
|
||||||
RETR 948
|
RETR 885
|
||||||
QUIT
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
@ -39,7 +39,7 @@ pop3
|
|||||||
POP3 external authentication with initial response without credentials
|
POP3 external authentication with initial response without credentials
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/949' --sasl-ir
|
'pop3://;AUTH=EXTERNAL@%HOSTIP:%POP3PORT/886' --sasl-ir
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ POP3 external authentication with initial response without credentials
|
|||||||
<protocol>
|
<protocol>
|
||||||
CAPA
|
CAPA
|
||||||
AUTH EXTERNAL =
|
AUTH EXTERNAL =
|
||||||
RETR 949
|
RETR 886
|
||||||
QUIT
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
Loading…
x
Reference in New Issue
Block a user