[Zope] change to MimeWriter to add "MIME-Version: 1.0"

Michel Pelletier michel@digicool.com
Wed, 6 Oct 1999 11:34:43 -0400


> -----Original Message-----
> From: Pate, Clarence T [mailto:Clarence.Pate@bridge.bellsouth.com]
> Sent: Wednesday, October 06, 1999 11:09 AM
> To: zope@zope.org
> Subject: [Zope] change to MimeWriter to add "MIME-Version: 1.0"
> 
> 
> If anyone is interested in the "MIME-Version header", I have 
> played with the
> mime stuff and read rfc1341 to understand better how this 
> stuff works.  I am
> enclosing a subset of MimeWriter.py which will allow the 
> functions to put the
> "MIME-Version: 1.0" header in the correct place.  I would 
> like to warn everyone
> that I am not a python programmer, and there might be a 
> better way to do this.
> 

Note that Mimewriter is a standard python module, not a part of Zope.
You should submit your patch to the apropriate module author or to the
http://www.python.org/python-bugs section of the python site.

Thanks for the patch!

-Michel