New submission from vog:
The email.mime package creates invalid MIME encoding (line too long) on certain
inputs. That is, by proper usage of the email.mime API it is possible to create
invalid emails that will be rejected by most mail servers.
Steps to reproduce
==
1. Create
Changes by vog :
--
title: email.mime creates invalid MIME encoding (line too long) -> Invalid MIME
encoding generated by email.mime (line too long)
Added file: http://bugs.python.org/file41416/test_mime_long_line_workaround.py
___
Python trac