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
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
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
3 matches
Mail list logo