[issue21448] Email Parser use 100% CPU

R. David Murray report at bugs.python.org
Tue May 6 22:25:31 CEST 2014


R. David Murray added the comment:

Also to clarify: HeaderParser will *also* read the entire message, it just won't look for MIME attachments in the 'everything else', it will just treat the 'everything else' as arbitrary data and record it as the payload of the top level Message object.

----------

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


More information about the Python-bugs-list mailing list