xref: /curl/tests/data/test960 (revision 0b70b23e)
1<testcase>
2<info>
3<keywords>
4SMTP
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11</reply>
12
13#
14# Client-side
15<client>
16<server>
17smtp
18</server>
19<features>
20!IDN
21!win32
22codeset-utf8
23</features>
24<setenv>
25LC_ALL=en_US.UTF-8
26LC_CTYPE=en_US.UTF-8
27</setenv>
28<name>
29SMTP without SMTPUTF8 support - UTF-8 based recipient (host part only)
30</name>
31<stdin>
32From: different
33To: another
34
35body
36</stdin>
37<command>
38smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@åäö.se --mail-from sender@example.com -T -
39</command>
40</client>
41
42#
43# Verify data after the test has been "shot"
44<verify>
45# 55 - CURLE_SEND_ERROR
46<errorcode>
4755
48</errorcode>
49<protocol>
50EHLO %TESTNUMBER
51MAIL FROM:<sender@example.com>
52RCPT TO:<recipient@åäö.se>
53QUIT
54</protocol>
55</verify>
56</testcase>
57