[issue32144] email.policy.SMTP and SMTPUTF8 doesn't honor linesep's value

Abhilash Raj report at bugs.python.org
Mon Nov 27 17:04:11 EST 2017


Abhilash Raj <raj.abhilash1 at gmail.com> added the comment:

I understand that the line endings are meant for "outputs", but what constitutes as output in this case?

I now see that `EmailMessage.as_string()` gives me `\r\n` as line endings and, which is probably what you mean by output and `get_content()` given me internal representation of the Email's content?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32144>
_______________________________________


More information about the Python-bugs-list mailing list