فهرست منبع

Commented out two lines. Not sure what they were suppose to do, but they
were causing download problems: Multiple files in one email would all
download with the same name, but with the correct contents. This fixes that.

indiri69 23 سال پیش
والد
کامیت
6afa968dc4
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/download.php

+ 2 - 1
src/download.php

@@ -140,9 +140,10 @@ if (isset($absolute_dl) && $absolute_dl == 'true') {
  * attachment in case of ERROR reporting = E_ALL and the output is the screen */
 mime_print_body_lines ($imapConnection, $passed_id, $passed_ent_id, $encoding);
 
+/*
 $message = &$message->getEntity('');
 $messages[$mbx_response['UIDVALIDITY']]["$passed_id"] = &$message;
-
+*/
 /*
  * This function is verified to work with Netscape and the *very latest*
  * version of IE.  I don't know if it works with Opera, but it should now.