Re: Mysterious "=32" for all strings extracted from list showing up via send_mail

2009-04-02 Thread NoviceSortOf
Thanks that explains it fully --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to dj

Re: Mysterious "=32" for all strings extracted from list showing up via send_mail

2009-03-28 Thread Peter Herndon
The answer is here: http://www.faqs.org/rfcs/rfc2045.html Specifically, section 6.7, "Quoted-Printable Content-Transfer-Encoding". If you take a tour through Python's email module in the standard library, you'll find some bits for handling decoding. On Thu, Mar 26, 2009 at 4:11 PM, NoviceSortO

Mysterious "=32" for all strings extracted from list showing up via send_mail

2009-03-26 Thread NoviceSortOf
My objective is to send a clean list of field names and values via email after the completion of a form in Django. When formating an email message after extracting a list of field names and values from a list i get a string that prints something like this. $print(message_str): ... name="Bill Jo