program/include/rcube_smtp.php
@@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ $Id$ */ // define headers delimiter @@ -426,7 +423,7 @@ $lines[] = $key . ': ' . $value; } } return array($from, join(SMTP_MIME_CRLF, $lines) . SMTP_MIME_CRLF); }