Parcourir la source

added extra linefeed after attached message/rfc822 attachment

stekkel il y a 23 ans
Parent
commit
c29c0921b7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/move_messages.php

+ 1 - 0
src/move_messages.php

@@ -97,6 +97,7 @@ function attachSelectedMessages($msg, $imapConnection) {
 
 		array_shift($body_a);
 		$body = implode('', $body_a);
+		$body .= "\r\n";
 		
 		$localfilename = GenerateRandomString(32, 'FILE', 7);
 		$full_localfilename = "$hashed_attachment_dir/$localfilename";