From c42d080863c989d7b2e25339570af963d224a0e0 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 18 Dec 2001 09:36:17 +0000 Subject: [PATCH] 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 --- functions/mime.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); } -- 2.25.1