зеркало из https://github.com/mozilla/gecko-dev.git
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
This commit is contained in:
Родитель
fbf42053c6
Коммит
3e866d2c51
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче