[issue6327] [mimetext] long lines get cut with exclamation mark and newline

R. David Murray report at bugs.python.org
Wed Nov 17 17:18:28 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Perhaps.

You can help narrow this down by doing the following:  In your program do a 'print msg.as_string()' and see if you see the ! problem there.

If not, try using several different SMTP servers to send your email.  If the ! problem shows up with all of them, then perhaps the problem is with smtplib.  In that case, please post a full working program including all needed input data so that I can test it myself against my own mail server.

Also please confirm that the problem still exists if you use 2.7, since that is the only 2.x release that gets bug fixes at this time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6327>
_______________________________________


More information about the Python-bugs-list mailing list