From: stekkel Date: Fri, 25 Apr 2003 16:02:38 +0000 (+0000) Subject: commented out a part we do not use. Probably some prehistoric piece of code. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0600bdf1b1770085437cf9a4ff17f477b4d2303b commented out a part we do not use. Probably some prehistoric piece of code. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4813 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index eace33a3..c631666d 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -116,9 +116,9 @@ function mime_fetch_body($imap_stream, $id, $ent_id=1) { /* There is some information in the content info header that could be important * in order to parse html messages. Let's get them here. */ - if ($ret{0} == '<') { - $data = sqimap_run_command ($imap_stream, "FETCH $id BODY[$ent_id.MIME]", true, $response, $message, $uid_support); - } +// if ($ret{0} == '<') { +// $data = sqimap_run_command ($imap_stream, "FETCH $id BODY[$ent_id.MIME]", true, $response, $message, $uid_support); +// } } else if (ereg('"([^"]*)"', $topline, $regs)) { $ret = $regs[1]; } else {