Loading tests/data/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ test800 test801 test802 test803 test804 test805 test806 test807 test808 \ \ test850 test851 test852 test853 test854 test855 test856 test857 \ \ test900 test901 test902 test903 test904 test905 test906 \ test900 test901 test902 test903 test904 test905 test906 test907 test908 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ Loading tests/data/test907 0 → 100644 +54 −0 Original line number Diff line number Diff line <testcase> <info> <keywords> SMTP SMTP AUTH PLAIN SASL-IR RFC4616 RFC4954 </keywords> </info> # # Server-side <reply> <servercmd> REPLY EHLO 250 AUTH PLAIN REPLY AUTH 235 Authenticated </servercmd> </reply> # # Client-side <client> <server> smtp </server> <name> SMTP plain authentication with initial response </name> <stdin> mail body </stdin> <command> smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@from -u test:1234 -T --sasl-ir - </command> </client> # # Verify data after the test has been "shot" <verify> <protocol> EHLO user AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ= MAIL FROM:<907@from> RCPT TO:<907@foo> DATA QUIT </protocol> <upload> mail body . </upload> </verify> </testcase> tests/data/test908 0 → 100644 +55 −0 Original line number Diff line number Diff line <testcase> <info> <keywords> SMTP SMTP AUTH LOGIN SASL-IR RFC4954 </keywords> </info> # # Server-side <reply> <servercmd> REPLY EHLO 250 AUTH LOGIN REPLY AUTH 334 UGFzc3dvcmQ6 REPLY MTIzNA== 235 Authenticated </servercmd> </reply> # # Client-side <client> <server> smtp </server> <name> SMTP login authentication with initial response </name> <stdin> mail body </stdin> <command> smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 908@foo --mail-from 908@from -u test:1234 -T --sasl-ir - </command> </client> # # Verify data after the test has been "shot" <verify> <protocol> EHLO user AUTH LOGIN dGVzdA== MTIzNA== MAIL FROM:<908@from> RCPT TO:<908@foo> DATA QUIT </protocol> <upload> mail body . </upload> </verify> </testcase> Loading
tests/data/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ test800 test801 test802 test803 test804 test805 test806 test807 test808 \ \ test850 test851 test852 test853 test854 test855 test856 test857 \ \ test900 test901 test902 test903 test904 test905 test906 \ test900 test901 test902 test903 test904 test905 test906 test907 test908 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ Loading
tests/data/test907 0 → 100644 +54 −0 Original line number Diff line number Diff line <testcase> <info> <keywords> SMTP SMTP AUTH PLAIN SASL-IR RFC4616 RFC4954 </keywords> </info> # # Server-side <reply> <servercmd> REPLY EHLO 250 AUTH PLAIN REPLY AUTH 235 Authenticated </servercmd> </reply> # # Client-side <client> <server> smtp </server> <name> SMTP plain authentication with initial response </name> <stdin> mail body </stdin> <command> smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 907@foo --mail-from 907@from -u test:1234 -T --sasl-ir - </command> </client> # # Verify data after the test has been "shot" <verify> <protocol> EHLO user AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ= MAIL FROM:<907@from> RCPT TO:<907@foo> DATA QUIT </protocol> <upload> mail body . </upload> </verify> </testcase>
tests/data/test908 0 → 100644 +55 −0 Original line number Diff line number Diff line <testcase> <info> <keywords> SMTP SMTP AUTH LOGIN SASL-IR RFC4954 </keywords> </info> # # Server-side <reply> <servercmd> REPLY EHLO 250 AUTH LOGIN REPLY AUTH 334 UGFzc3dvcmQ6 REPLY MTIzNA== 235 Authenticated </servercmd> </reply> # # Client-side <client> <server> smtp </server> <name> SMTP login authentication with initial response </name> <stdin> mail body </stdin> <command> smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 908@foo --mail-from 908@from -u test:1234 -T --sasl-ir - </command> </client> # # Verify data after the test has been "shot" <verify> <protocol> EHLO user AUTH LOGIN dGVzdA== MTIzNA== MAIL FROM:<908@from> RCPT TO:<908@foo> DATA QUIT </protocol> <upload> mail body . </upload> </verify> </testcase>