SMTP
MULTIPART
#
# Server-side
#
# Client-side
smtp
SMTP multipart with 7bit encoder error
From: different
To: another
body
smtp://%HOSTIP:%SMTPPORT/649 --mail-rcpt recipient@example.com --mail-from sender@example.com -F '=This is valid;encoder=7bit' -F "=@log/test649.txt;encoder=7bit" -H "From: different" -H "To: another"
This is an attached file (in french: pièce jointe).
It contains at least an 8-bit byte value.
#
# Verify data after the test has been "shot"
s/^--------------------------[a-z0-9]*/------------------------------/
s/boundary=------------------------[a-z0-9]*/boundary=----------------------------/
EHLO 649
MAIL FROM:
RCPT TO:
DATA
Content-Type: multipart/mixed; boundary=----------------------------
Mime-Version: 1.0
From: different
To: another
------------------------------
Content-Transfer-Encoding: 7bit
This is valid
------------------------------
Content-Disposition: attachment; filename="test649.txt"
Content-Transfer-Encoding: 7bit
This is an attached file (in french: pi
26