Ooops.
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 8 Feb 2002 13:55:37 +0000 (13:55 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 8 Feb 2002 13:55:37 +0000 (13:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2384 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index 6a4e9fe8426645cdcda2c8643f5af089af8d34fc..d68b9507b6bef30d8d02279a5e25fa52758851db 100644 (file)
@@ -438,13 +438,11 @@ function mime_fetch_body ($imap_stream, $id, $ent_id ) {
                _("Message:") . " $message<BR>" .
                _("FETCH line:") . " $topline ....<BR></tt></font></b>";
                
-/*
         $data = sqimap_run_command ($imap_stream, "FETCH $passed_id BODY[]", true, $response, $message);
         array_shift($data);
         $wholemessage = implode('', $data);
 
         $ret = "---------------\n$wholemessage";
-*/
     }
     return( $ret );
 }