[Module] mimelib-0.1

Barry Warsaw barry@digicool.com
Wed, 24 Jan 2001 14:18:49 -0500 (EST)


                              mimelib-0.1                               
                              -----------                               

Yet another MIME handling library for Python

This is yet another package for handling, parsing, and generating MIME
messages in Python. It differs from other such packages by splitting the
object model from the plain text parser and generator. Thus it is easier
to modify the object model, create one from scratch, etc. and then
generate the plain text when ready. Alternative parsers and generators
can, of course, be created.

Version 0.1 is very experimental. The mimelib package will be used in
the GNU Mailman project for all MIME and message handling. This version
is a snapshot of the current code base being developed for Mailman 2.1.

       URL:  http://barry.wooz.org/software/pyware.html
  Download:  http://barry.wooz.org/software/Code/mimelib.tgz

   License:  Python Style

  Categories:  Internet, E-mail

Barry Warsaw (barry@digicool.com)
http://barry.wooz.org

--
<a href="http://barry.wooz.org/software/pyware.html">mimelib-0.1</a> --
Yet another MIME handling library for Python