Hi there!

I'm using latest CVS-Version of roundcube and I send mails direct
through php_mail.

I've set $rcmail_config['mail_header_delimiter'] = "\n" because my
headers were all like this:

  Date: Fri, 10 Feb 2006 21:22:59 +0100

  From: xxx <xxx>

  Message-ID: <[EMAIL PROTECTED]>

  X-Sender: [EMAIL PROTECTED]

  User-Agent: xxx

  Content-Type: text/plain; charset="UTF-8"

  Content-Transfer-Encoding: 8bit

But changing the value didn't showed any effect, I can set the value to 
everything I like to, the extra lines stay...

Maybe there is also a bug in program/steps/mail/sendmail.inc:
Around line 233:
$headers_php = $MAIL_MIME->headers
shouldn't this be:
$headers_php = $MAIL_MIME->headers($headers) ??

That's it ;-)
and thanks for the great work!






Reply via email to