mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests
This commit is contained in:
parent
595a66ce0f
commit
e3558a551b
@ -86,7 +86,7 @@ test800 test801 test802 test803 test804 test805 test806 test807 test808 \
|
||||
test809 test810 test811 test812 test813 test814 test815 test816 test817 \
|
||||
test818 test819 test820 test821 test822 test823 test824 test825 test826 \
|
||||
test827 test828 test829 test830 test831 test832 test833 test834 test835 \
|
||||
test836 \
|
||||
test836 test837 test838 test839 test840 \
|
||||
\
|
||||
test850 test851 test852 test853 test854 test855 test856 test857 test858 \
|
||||
test859 test860 test861 test862 test863 test864 test865 test866 test867 \
|
||||
@ -97,8 +97,8 @@ test900 test901 test902 test903 test904 test905 test906 test907 test908 \
|
||||
test909 test910 test911 test912 test913 test914 test915 test916 test917 \
|
||||
test918 test919 test920 test921 test922 test923 test924 test925 test926 \
|
||||
test927 test928 test929 test930 test931 test932 test933 test934 test935 \
|
||||
test936 test937 test938 test939 test940 test941 test942 test943 test944 \
|
||||
test945 test946 test947 test948 test949 test950 test951 test952 test953 \
|
||||
test936 test937 test938 test939 test940 test941 \
|
||||
test946 test947 test948 test949 test950 test951 test952 test953 \
|
||||
\
|
||||
test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
|
||||
test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
|
||||
|
@ -37,7 +37,7 @@ imap
|
||||
IMAP external authentication
|
||||
</name>
|
||||
<command>
|
||||
'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/942/;UID=1'
|
||||
'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/837/;UID=1'
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -48,7 +48,7 @@ IMAP external authentication
|
||||
A001 CAPABILITY
|
||||
A002 AUTHENTICATE EXTERNAL
|
||||
dXNlcg==
|
||||
A003 SELECT 942
|
||||
A003 SELECT 837
|
||||
A004 FETCH 1 BODY[]
|
||||
A005 LOGOUT
|
||||
</protocol>
|
@ -37,7 +37,7 @@ imap
|
||||
IMAP external authentication without credentials
|
||||
</name>
|
||||
<command>
|
||||
'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/943/;UID=1'
|
||||
'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/838/;UID=1'
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -48,7 +48,7 @@ IMAP external authentication without credentials
|
||||
A001 CAPABILITY
|
||||
A002 AUTHENTICATE EXTERNAL
|
||||
=
|
||||
A003 SELECT 943
|
||||
A003 SELECT 838
|
||||
A004 FETCH 1 BODY[]
|
||||
A005 LOGOUT
|
||||
</protocol>
|
@ -38,7 +38,7 @@ imap
|
||||
IMAP external authentication with initial response
|
||||
</name>
|
||||
<command>
|
||||
'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/944/;UID=1'
|
||||
'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/839/;UID=1'
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -48,7 +48,7 @@ IMAP external authentication with initial response
|
||||
<protocol>
|
||||
A001 CAPABILITY
|
||||
A002 AUTHENTICATE EXTERNAL dXNlcg==
|
||||
A003 SELECT 944
|
||||
A003 SELECT 839
|
||||
A004 FETCH 1 BODY[]
|
||||
A005 LOGOUT
|
||||
</protocol>
|
@ -38,7 +38,7 @@ imap
|
||||
IMAP external authentication with initial response without credentials
|
||||
</name>
|
||||
<command>
|
||||
'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/945/;UID=1'
|
||||
'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/840/;UID=1'
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -48,7 +48,7 @@ IMAP external authentication with initial response without credentials
|
||||
<protocol>
|
||||
A001 CAPABILITY
|
||||
A002 AUTHENTICATE EXTERNAL =
|
||||
A003 SELECT 945
|
||||
A003 SELECT 840
|
||||
A004 FETCH 1 BODY[]
|
||||
A005 LOGOUT
|
||||
</protocol>
|
Loading…
Reference in New Issue
Block a user