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: 455d52dc361f52a15eb4704ad49b67c1@localhost
X-Sender: p.vogt@firestarter.ch
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!
On Fri, 10 Feb 2006, Patrick Vogt wrote:
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) ??
Verified on my installation that this fixes the display name
problem. I don't know the code at all, to know what this is affecting, but it does fix this one problem.