Henning von Bargen added the comment:

OK, I understand the arguments. 
If I understand correctly, this will be fixed in one way or another in Python 
3.6 or 3.7.
For Python 2.7, this will not be fixed (so I have to work around this somehow, 
should be quite easy).
I think that at least the documentation and the examples for smtplib should be 
updated.

The doc should make it clear that the message is passed "as-is" and it's the 
caller's reponsibility to create a valid message string.

The examples at https://docs.python.org/2/library/email-examples.html should 
note which header fields are required by RFC 5322 and provide an example.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28879>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to