Aleksander Machniak
2012-08-27 5f8adabb6286fdcb0ff8a0ea5d1d58f40eef51f4
program/include/rcube_smtp.php
@@ -423,7 +423,7 @@
        $lines[] = $key . ': ' . $value;
      }
    }
    return array($from, join(SMTP_MIME_CRLF, $lines) . SMTP_MIME_CRLF);
  }