This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dairiki
Recipients
Date 2001-04-11.15:30:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45814

Oof.  I wish I had found your mimelib a couple of weeks
ago.  :-)

You'll notice I've also posted a patch to Mailman
(SF#413752)
which adds an option to filter MIME attachments to plain
text
(delete binary attachments,  convert HTML to plain text,
...)
To do that (without defining new interfaces) I subclassed
MimeWriter --- it's a bit messy.   Using mimelib probably 
would have/will be cleaner. 

The Mailman patch includes a text/{richtext,enriched} parser
(same interface as HTMLParser) which you guys might be
interested in.

I'm about to head off for a (long) weekend of skiing, so I
won't
have a chance to look carefully at mimelib until next week.
Do expect to hear from me then, though.

-Jeff

History
Date User Action Args
2007-08-23 15:04:37adminlinkissue413766 messages
2007-08-23 15:04:37admincreate