philippe_mingo 23 년 전
부모
커밋
ee6f33683f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      functions/mime.php

+ 0 - 2
functions/mime.php

@@ -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 );
 }