added extra linefeed after attached message/rfc822 attachment
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 12 Apr 2002 21:38:11 +0000 (21:38 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 12 Apr 2002 21:38:11 +0000 (21:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2717 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/move_messages.php

index 6e8495d0885f817a38b6b1290f6f6585a60a3eb9..782b5c59ad296eefde14e00659eefb122fde6bf9 100644 (file)
@@ -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";