From 34a1ffb05f3cf8efb8781627c95fffe89a1e86a1 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 9 Feb 2020 16:41:34 +0000 Subject: smtp: Support the SMTPUTF8 extension for the EXPN command Simply notify the server we support the SMTPUTF8 extension if it does. --- tests/data/test969 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tests/data/test969 (limited to 'tests/data/test969') diff --git a/tests/data/test969 b/tests/data/test969 new file mode 100644 index 000000000..0df81d325 --- /dev/null +++ b/tests/data/test969 @@ -0,0 +1,50 @@ + + + +SMTP +EXPN +CUSTOMREQUEST +IDN + + + +# +# Server-side + + +CAPA SMTPUTF8 + + +250-Joe Smith +250-Harry Smith +250 Melvin Smith + + + +# +# Client-side + + +smtp + + +idn + + +SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support + + +smtp://%HOSTIP:%SMTPPORT/969 --mail-rcpt Friends -X EXPN + + + +# +# Verify data after the test has been "shot" + + +EHLO 969 +EXPN Friends SMTPUTF8 +QUIT + + + -- cgit v1.2.3