[issue9298] binary email attachment issue with base64 encoding

2010-07-19 Thread Vance Unruh
Vance Unruh vun...@earthlink.net added the comment: Here's code that attaches the pdf file the two different ways. Both attachments are OK when I read the mail on OSX, but one is corrupt when read with Windows Mail on Vista. I wasn't sure what to do with the actual sending of the mail

[issue9298] binary email attachment issue with base64 encoding

2010-07-18 Thread Vance Unruh
New submission from Vance Unruh vun...@earthlink.net: I'm using Python to email a text version and a PDF version of a report. The standard way of doing things does not work with Vista's Mail program, but works fine with Mail on OSX. So, I don't know if this is a Python or a Vista Mail bug