Commit 173b7b42 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 346667: No header field "MIME-Version: 1.0" in e-mails, encoded as…

Bug 346667: No header field "MIME-Version: 1.0" in e-mails, encoded as Quoted-Printable - Patch by Vance Baarda <vrb@novell.com> r=wurblzap a=myk
parent 9444e963
...@@ -196,6 +196,7 @@ sub encode_message_entity { ...@@ -196,6 +196,7 @@ sub encode_message_entity {
$head->mime_attr('Content-Type.charset' => 'UTF-8'); $head->mime_attr('Content-Type.charset' => 'UTF-8');
} }
$head->mime_attr('MIME-Version' => '1.0');
$head->fold(75); $head->fold(75);
return $entity; return $entity;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment