fixed bug with one line length text message with an attachment not displaying.
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Nov 2000 03:03:14 +0000 (03:03 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Nov 2000 03:03:14 +0000 (03:03 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@857 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/smtp.php

index a15144f7221017cacd690be45c8bb9ff230b0601..9f595ca09dc354979055ebc3eb07ef12dfc64dd4 100644 (file)
             $body .= "Content-Type: text/plain\r\n";
 
          $body .= "Content-Transfer-Encoding: 8bit\r\n\r\n";
-         $body .= sqStripSlashes($passedBody) . "\r\n";
+         $body .= sqStripSlashes($passedBody) . "\r\n\r\n";
          fputs ($fp, $body);
 
          $attachmentlength = attachFiles($fp);