[Python-checkins] python/dist/src/Lib/email Parser.py, 1.20,
1.20.12.1
Tim Peters
tim.one at comcast.net
Thu May 13 19:31:07 EDT 2004
[Barry]
> Log Message:
> _parsebody(): Do not create subparts unless the container has a main
> type of 'multipart' and the boundary is defined. This fixes SF bug #
> 846938, and several recent email-sig bugs ...
Yadda yadda yadda. At this point, the more obvious solution is to ignore
all that MIME crap, and just guess a good structure for the email. The
spambayes Outlook addin does that all the time <wink>.
More information about the Python-checkins
mailing list