[issue1670765] email.Generator: no header wrapping for multipart/signed

Martin von Gagern report at bugs.python.org
Fri Jan 15 17:26:50 CET 2010


Martin von Gagern <Martin.vGagern at gmx.net> added the comment:

Let's get some traction here, please!

Attached is a test case which will demonstrate the issue. It includes the content of test5.eml as a string so that it won't require additional files. It produces both human-readable output and a suitable exit status. Turning it into a unit test should be easy as well.

It doesn't do signature verification, but uses simple string comparison instead. The rationale is that anything changing the string would break the signature as well. That should be enough for unit tests.

Please change stage to "patch review".

----------
Added file: http://bugs.python.org/file15893/issue1670765a.py

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


More information about the Python-bugs-list mailing list