Index: mimemail.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/mimemail/mimemail.inc,v
retrieving revision 1.31.2.2
diff -u -r1.31.2.2 mimemail.inc
--- mimemail.inc	22 Feb 2009 01:58:24 -0000	1.31.2.2
+++ mimemail.inc	29 Mar 2009 17:42:44 -0000
@@ -294,7 +294,8 @@
   //expand all local links
   $pattern = '/(<a[^>]+href=")([^"]*)/emi';
   $body = preg_replace($pattern, '"\\1"._mimemail_url("\2")', $body);
-
+  $body = drupal_wrap_mail($body);
+  
   $mime_parts = mimemail_extract_files($body);
 
   $content = array($text_part, array_shift($mime_parts));
