[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-07-28 Thread Segev Finer
Segev Finer added the comment: @scorphus Note that I made a PR for this: PR 8303 -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-07-28 Thread Pablo S Blum de Aguiar
Pablo S Blum de Aguiar added the comment: This is just to note that I'm investigating this as part of the CPython sprint in EuroPython. -- nosy: +scorphus ___ Python tracker

[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-07-26 Thread Segev Finer
Segev Finer added the comment: Merged into the PR that is. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-07-26 Thread Segev Finer
Segev Finer added the comment: > OK, the #32663 test fix I mentioned in the review is merged. Yeah. I already merged it in. -- ___ Python tracker ___

[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-07-26 Thread R. David Murray
R. David Murray added the comment: OK, the #32663 test fix I mentioned in the review is merged. -- versions: -Python 3.5 ___ Python tracker ___ __

[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-07-16 Thread Segev Finer
Change by Segev Finer : -- keywords: +patch pull_requests: +7837 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-02-10 Thread R. David Murray
R. David Murray added the comment: I agree. I'll be happy to review a patch proposal. Not sure how I overlooked this when I implemented send_message, but that was early enough in my reading of all the RFC that I may have just missed that detail :( -- ___

[issue32814] smtplib.send_message mishandles 8BITMIME RFC 6152

2018-02-10 Thread Segev Finer
New submission from Segev Finer : According to https://tools.ietf.org/html/rfc6152 you should only send an 8bit email body when the server advertises 8BITMIME in the EHLO, and you should declare it with BODY=8BITMIME in the MAIL command. The default cte_type is 8bit for the new default email p