-----Original Message----- From: Jason Spisak [mailto:webmaster@mtear.com] Sent: Wednesday, April 07, 1999 10:57 AM To: Michel Pelletier; zope-dev@zope.org Subject: Re: [Zope-dev] MIME Tools
Michel,
I noticed that the tag doubled all of the equal signs in the HTML attatchment. For example I send this:
<BODY bgcolor="#FFFFFF">
I receive this:
<BODY bgcolor=="#FFFFFF"> which means nothing to the browser.
It also inserted = signs at the end of certain lines.
Any clue on what to do?
Try a different encoding type, like quoted-printable, base64 or uuencode. Your mailer might not decode ='s properly in 7bit mode. In fact I'm not even sure if 7bit is really an official standard encoding, I just use to mean 'don't encode at all' Which is ok for plain text but might not jive with HTML -Michel
Jason Spisak webmaster@mtear.com
<!--#mime type=text/plain encode=7bit--> <!--#var email_body--> <!--#var email_signature--> <!--#boundary type=text/html disposition=attachment encode=7bit--><!--#var "REQUEST['attachment'].read()"--><!--#/mime-->
participants (1)
-
Michel Pelletier