Email problem

LutherRevisited lutherrevisited at aol.com
Thu Oct 14 20:03:09 EDT 2004


Ok, I'm putting my email message together this way:
for x in M.retr(i)[1]:
            stringMail += x
            stringMail += '\n'
        inMail = email.message_from_string(stringMail)
What I'm finding is in the html part of the message '='s are added to the end
of lines that don't end in a tag which is completely messing up the display in
my WxHTMLWindow I use to display messages.  Any thoughts?



More information about the Python-list mailing list