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
git-svn-id: svn://10.0.0.236/trunk@206513 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
59b55de4da
commit
4f74e2ff8d
@ -196,6 +196,7 @@ sub encode_message_entity {
|
||||
$head->mime_attr('Content-Type.charset' => 'UTF-8');
|
||||
}
|
||||
|
||||
$head->mime_attr('MIME-Version' => '1.0');
|
||||
$head->fold(75);
|
||||
return $entity;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user