From: philippe_mingo Date: Tue, 18 Dec 2001 09:36:17 +0000 (+0000) Subject: bug 490451, image number 2 contains a lone = at the end of a line X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=c42d080863c989d7b2e25339570af963d224a0e0 bug 490451, image number 2 contains a lone = at the end of a line git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1865 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index e55e4cf2..357bfc4f 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -741,13 +741,9 @@ class msg_header { $body = quoted_printable_decode($body); - /* - Following code has been comented as I see no reason for it. - If there is any please tell me a mingo@rotedic.com - while (ereg("=\n", $body)) $body = ereg_replace ("=\n", "", $body); - */ + } else if ($encoding == 'base64') { $body = base64_decode($body); }