alecpl
2009-09-25 7d51781450910d8347926492cfcdff7d0f43e8c0
program/include/rcube_mail_mime.php
@@ -180,7 +180,7 @@
        }
      }
      $input[$hdr_name] = $hdr_value;
      $input[$hdr_name] = wordwrap($hdr_value, 990, "\n", true);  // hard limit header length
    }
    return $input;