فهرست منبع

Change message file suffix from .eml to .msg (as in download.php/compose.php) so they are not bounced by email filters (eg sf).

alex-brainstorm 22 سال پیش
والد
کامیت
658b021a8d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/move_messages.php

+ 1 - 1
src/move_messages.php

@@ -77,7 +77,7 @@ function attachSelectedMessages($msg, $imapConnection) {
             $fp = fopen( $full_localfilename, 'wb');
             fwrite ($fp, $body);
             fclose($fp);
-            $composeMessage->initAttachment('message/rfc822',$subject.'.eml',
+            $composeMessage->initAttachment('message/rfc822',$subject.'.msg',
                  $full_localfilename);
         }
     }