Deli Zhang added the comment:
I can understand you, while could you please consider below fact:
Once our SMTP server module smtpd.py receives the sample mail, it will remove
the end-of-data sequence, that makes the "=" become the last char of mail data.
I think it's inconsist
Deli Zhang added the comment:
Correct the action of appending the end-of-data sequence "."
--
Added file: http://bugs.python.org/file40945/smtplib.py
___
Python tracker
<http://bugs.python.o
New submission from Deli Zhang:
It's well known that in quoted-printable encoding the "CRLF" can be encoded to
"=CRLF".
For example, in attachment file test.eml, the last line is "test message.=CRLF"
But after the mail is sent via SMTP and received by mail se