Hi all, I took the last version from the SVN because it has a built-in html editor. Very very nice ! The problem I have is that when I reply to a message in my inbox, the To filed is left blank... Also, when I send a message, an alert says me that my body is blank. I push OK and the message is sent correctly, with the body I wrote. Any ideas about these 2 issues ?
Many thanks
Julien Wadin wrote:
Hi all, I took the last version from the SVN because it has a built-in html editor. Very very nice ! The problem I have is that when I reply to a message in my inbox, the To filed is left blank...
Looks like the mysterious http://trac.roundcube.net/trac.cgi/ticket/1484460 Can anybody track this down with the latest SVN? The sample messages all work for me.
Also, when I send a message, an alert says me that my body is blank. I push OK and the message is sent correctly, with the body I wrote.
This has been reported many times. But everybody is waiting for the boss to fix it... done in r795.
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/
On 9/11/07, Thomas Bruederli roundcube@gmail.com wrote:
Julien Wadin wrote:
Hi all, I took the last version from the SVN because it has a built-in html editor. Very very nice ! The problem I have is that when I reply to a message in my inbox, the To filed is left blank...
Looks like the mysterious http://trac.roundcube.net/trac.cgi/ticket/1484460 Can anybody track this down with the latest SVN? The sample messages all work for me.
I had this too in the beginning. I am not sure anymore what all I did to fix it though.It seemed that the parser was way off. But it could be also PHP5 stuff.
Till _______________________________________________ List info: http://lists.roundcube.net/dev/
Thomas Bruederli a écrit :
Julien Wadin wrote:
Hi all, I took the last version from the SVN because it has a built-in html editor. Very very nice ! The problem I have is that when I reply to a message in my inbox, the To filed is left blank...
Looks like the mysterious http://trac.roundcube.net/trac.cgi/ticket/1484460 Can anybody track this down with the latest SVN? The sample messages all work for me.
This is not fixed :-( Also, "On Tue, 11 Sep 2007 22:01:16 +0200, wrote:" is missing the from.
Here's the mail:
Return-Path: tech@mtgsud.com X-Original-To: tech@mtgsud.com Delivered-To: tech@mtgsud.com Received: by ns.info-valles.com (Postfix, from userid 5001) id 7A2202E28B; Tue, 11 Sep 2007 13:27:37 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin X-Spam-Level: X-Spam-Status: No, score=-2.1 required=2.0 tests=ALL_TRUSTED,AWL,BAYES_00, HTML_MESSAGE,HTML_SHORT_LENGTH,NO_REAL_NAME,SPF_HELO_PASS autolearn=ham version=3.1.7-deb Received: from test.info-vallees.com (localhost.localdomain [127.0.0.1]) (Authenticated sender: tech@mtgsud.com) by ns.info-valles.com (Postfix) with ESMTP id 578672E28B for tech@mtgsud.com; Tue, 11 Sep 2007 13:27:37 +0200 (CEST) MIME-Version: 1.0 Date: Tue, 11 Sep 2007 13:27:35 +0200 From: tech@mtgsud.com To: tech@mtgsud.com Subject: test Message-ID: 09bb468223f2923dad331917edfb578e@localhost X-Sender: tech@mtgsud.com User-Agent: RoundCube Webmail/0.1b Content-Type: multipart/alternative; boundary="=_918c52c7998466420dd6236c6f2c1f05"
--=_918c52c7998466420dd6236c6f2c1f05 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit
test --=_918c52c7998466420dd6236c6f2c1f05 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
test
--=_918c52c7998466420dd6236c6f2c1f05--
Also, when I send a message, an alert says me that my body is blank. I push OK and the message is sent correctly, with the body I wrote.
This has been reported many times. But everybody is waiting for the boss to fix it... done in r795.
Yes, this is fixed in r795 :-)
~Thomas
Thank you
2007/9/11, Julien Wadin julien@wadin.be:
Thomas Bruederli a écrit :
Julien Wadin wrote:
Hi all, I took the last version from the SVN because it has a built-in html editor. Very very nice ! The problem I have is that when I reply to a message in my inbox, the To filed is left blank...
Looks like the mysterious http://trac.roundcube.net/trac.cgi/ticket/1484460 Can anybody track this down with the latest SVN? The sample messages all work for me.
This is not fixed :-(
The ticket is not marked as "fixed".
Also, "On Tue, 11 Sep 2007 22:01:16 +0200, wrote:" is missing the from.
Again, I cannot reproduce this bug. So please would anybody help me who can reproduce it? You have to play around with different config parameters like caching enabled/disabled and - if possible - try to reproduce it with different IMAP servers. Add var_dump($MESSAGE); at line 84 in program/steps/mail/compose.inc to see what we have here.
Please also read the latest comment on the ticket by jpingle. Naked complaints about this do not help us to find the problem.
Thanks! Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/
Thomas Bruederli a écrit :
Again, I cannot reproduce this bug. So please would anybody help me who can reproduce it? You have to play around with different config parameters like caching enabled/disabled and - if possible - try to reproduce it with different IMAP servers. Add var_dump($MESSAGE); at line 84 in program/steps/mail/compose.inc to see what we have here.
I've disabled message caching, but the problem is the same. Here's the var_dump's output :
array(5) { ["UID"]=> string(1) "2" ["headers"]=> object(iilBasicHeader)#7 (25) { ["id"]=> string(1) "2" ["uid"]=> string(1) "2" ["subject"]=> string(8) "Re: test" ["from"]=> string(17) "tech@mtgsud.com" ["to"]=> string(15) "tech@mtgsud.com" ["cc"]=> string(0) "" ["replyto"]=> string(0) "" ["in_reply_to"]=> string(42) "09bb468223f2923dad331917edfb578e@localhost" ["date"]=> string(31) "Tue, 11 Sep 2007 22:01:16 +0200" ["messageID"]=> string(44) "782210639bfe5a63993ed231197871b0@localhost" ["size"]=> string(4) "1650" ["encoding"]=> string(0) "" ["ctype"]=> string(21) "multipart/alternative" ["flags"]=> string(4) "Seen" ["timestamp"]=> int(1189533676) ["f"]=> NULL ["seen"]=> bool(true) ["deleted"]=> bool(false) ["recent"]=> bool(false) ["answered"]=> bool(false) ["junk"]=> NULL ["internaldate"]=> string(20) "11-Sep-2007 22:01:18" ["is_reply"]=> NULL ["bcc"]=> string(0) "" ["reference"]=> NULL } ["structure"]=> object(rcube_message_part)#9 (13) { ["mime_id"]=> string(1) "0" ["ctype_primary"]=> string(9) "multipart" ["ctype_secondary"]=> string(11) "alternative" ["mimetype"]=> string(21) "multipart/alternative" ["disposition"]=> string(0) "" ["filename"]=> string(0) "" ["encoding"]=> string(4) "8bit" ["charset"]=> string(0) "" ["size"]=> int(0) ["headers"]=> array(25) { ["id"]=> string(1) "2" ["uid"]=> string(1) "2" ["subject"]=> string(8) "Re: test" ["from"]=> string(17) "tech@mtgsud.com" ["to"]=> string(15) "tech@mtgsud.com" ["cc"]=> string(0) "" ["replyto"]=> string(0) "" ["in_reply_to"]=> string(42) "09bb468223f2923dad331917edfb578e@localhost" ["date"]=> string(31) "Tue, 11 Sep 2007 22:01:16 +0200" ["messageID"]=> string(44) "782210639bfe5a63993ed231197871b0@localhost" ["size"]=> string(4) "1650" ["encoding"]=> string(0) "" ["ctype"]=> string(21) "multipart/alternative" ["flags"]=> string(4) "Seen" ["timestamp"]=> int(1189533676) ["f"]=> NULL ["seen"]=> bool(true) ["deleted"]=> bool(false) ["recent"]=> bool(false) ["answered"]=> bool(false) ["junk"]=> NULL ["internaldate"]=> string(20) "11-Sep-2007 22:01:18" ["is_reply"]=> NULL ["bcc"]=> string(0) "" ["reference"]=> NULL } ["d_parameters"]=> array(0) { } ["ctype_parameters"]=> array(0) { } ["parts"]=> array(2) { [0]=> &object(rcube_message_part)#10 (12) { ["mime_id"]=> string(1) "1" ["ctype_primary"]=> string(4) "text" ["ctype_secondary"]=> string(5) "plain" ["mimetype"]=> string(10) "text/plain" ["disposition"]=> string(0) "" ["filename"]=> string(0) "" ["encoding"]=> string(4) "8bit" ["charset"]=> string(5) "UTF-8" ["size"]=> int(55) ["headers"]=> array(1) { ["content-transfer-encoding"]=> string(4) "8bit" } ["d_parameters"]=> array(0) { } ["ctype_parameters"]=> array(1) { ["charset"]=> string(5) "UTF-8" } } [1]=> &object(rcube_message_part)#11 (12) { ["mime_id"]=> string(1) "2" ["ctype_primary"]=> string(4) "text" ["ctype_secondary"]=> string(4) "html" ["mimetype"]=> string(9) "text/html" ["disposition"]=> string(0) "" ["filename"]=> string(0) "" ["encoding"]=> string(16) "quoted-printable" ["charset"]=> string(5) "UTF-8" ["size"]=> int(197) ["headers"]=> array(1) { ["content-transfer-encoding"]=> string(16) "quoted-printable" } ["d_parameters"]=> array(0) { } ["ctype_parameters"]=> array(1) { ["charset"]=> string(5) "UTF-8" } } } } ["subject"]=> string(8) "Re: test" ["parts"]=> array(2) { [1]=> &object(rcube_message_part)#10 (12) { ["mime_id"]=> string(1) "1" ["ctype_primary"]=> string(4) "text" ["ctype_secondary"]=> string(5) "plain" ["mimetype"]=> string(10) "text/plain" ["disposition"]=> string(0) "" ["filename"]=> string(0) "" ["encoding"]=> string(4) "8bit" ["charset"]=> string(5) "UTF-8" ["size"]=> int(55) ["headers"]=> array(1) { ["content-transfer-encoding"]=> string(4) "8bit" } ["d_parameters"]=> array(0) { } ["ctype_parameters"]=> array(1) { ["charset"]=> string(5) "UTF-8" } } [2]=> &object(rcube_message_part)#11 (12) { ["mime_id"]=> string(1) "2" ["ctype_primary"]=> string(4) "text" ["ctype_secondary"]=> string(4) "html" ["mimetype"]=> string(9) "text/html" ["disposition"]=> string(0) "" ["filename"]=> string(0) "" ["encoding"]=> string(16) "quoted-printable" ["charset"]=> string(5) "UTF-8" ["size"]=> int(197) ["headers"]=> array(1) { ["content-transfer-encoding"]=> string(16) "quoted-printable" } ["d_parameters"]=> array(0) { } ["ctype_parameters"]=> array(1) { ["charset"]=> string(5) "UTF-8" } } } }