xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | SMTP |
| 5 | EXPN |
| 6 | CUSTOMREQUEST |
| 7 | IDN |
| 8 | </keywords> |
| 9 | </info> |
| 10 | |
| 11 | # |
| 12 | # Server-side |
| 13 | <reply> |
| 14 | <servercmd> |
| 15 | CAPA SMTPUTF8 |
| 16 | </servercmd> |
| 17 | <data> |
| 18 | 250-Joe Smith <joe.smith@example.com>
|
| 19 | 250-Harry Smith <harry.smith@example.com>
|
| 20 | 250 Melvin Smith <melvin.smith@example.com>
|
| 21 | </data> |
| 22 | </reply> |
| 23 | |
| 24 | # |
| 25 | # Client-side |
| 26 | <client> |
| 27 | <server> |
| 28 | smtp |
| 29 | </server> |
| 30 | <features> |
| 31 | idn |
| 32 | !win32 |
| 33 | </features> |
| 34 | <name> |
| 35 | SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support |
| 36 | </name> |
| 37 | <command> |
| 38 | smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Friends -X EXPN |
| 39 | </command> |
| 40 | </client> |
| 41 | |
| 42 | # |
| 43 | # Verify data after the test has been "shot" |
| 44 | <verify> |
| 45 | <protocol> |
| 46 | EHLO %TESTNUMBER
|
| 47 | EXPN Friends SMTPUTF8
|
| 48 | QUIT
|
| 49 | </protocol> |
| 50 | </verify> |
| 51 | </testcase> |