Ticket modified by Jacquis Gosselin at 2012/11/15 16:47
Tracking System - Bugs
Category - FelamiMail
Version - Version 1.8.004
Status - Open
Resolution - Fixed
Completed - 100%
Priority - 5 - medium
Created by - Jacquis Gosselin
Created on - 2012/09/20 20:11
Assigned to - Klaus Leithoff
Summary - #3166 - on felamimail when we click reply or transfert the old massage il not
when we use the reply on transfer button when we rean email, the former message is not separated from the new one, there is no section --- Original message send by AAAAAAA ---
I run egroupware on centos 5.8 with cpanel 11
Comment by Jacquis Gosselin at 2012/11/15 16:47:
The problem is not corrected.
I will provide you with the log in 1 or 2 day
Comment by Jacquis Gosselin at 2012/11/15 16:41:
And how i correct this ?
Comment by Klaus Leithoff at 2012/11/14 16:26:
Revision 40836 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 14 15:22:09 2012 UTC (3 minutes, 13 seconds ago) by leithoff
File length: 48661 byte(s)
Diff to previous 40201
fix problem with missing reply-header-section for html mails if tidy is available
Comment by Klaus Leithoff at 2012/11/14 11:27:
I know now, that it seems to be a FCKEditor issue.
Data get passed to FCKEditor correctly, but seem to be messed with in the process of displaying.
Comment by Klaus Leithoff at 2012/09/24 16:43:
Could you add some debug to felamimail/inc/class.bocompose.inc.php ?
Around line 571 the part in question should be added in front of the original message.
It starts with
if ($bodyParts['0']['mimeType']=='text/html') {
...
could you add some error_log statement just below that?
like:
error_log(__METHOD__.__LINE__.array2string($bodyParts));
and after the end of the else part of the conditional (like line 636) add:
error_log(__METHOD__.__LINE__.array2string($this->sessionData['body]));
This should show up in your webservers error_log; Please have a look,
and let me know.
Comment by Jacquis Gosselin at 2012/09/24 14:46:
No error on log and egroupware is set to html message only
When we press reply or forward the original message email appear but with out modification no "--- Original message ---"
Comment by Klaus Leithoff at 2012/09/24 14:05:
we have no --- Original message send by AAAAAAA ---
just: ----------------original message-----------------
(with additional Info below)
Anyhow, I cannot reproduce a missing
----------------original message-----------------
From: "Stefan Becker" my@...
To: "Klaus Leithoff" your@...
Date: Mon, 24 Sep 2012 12:20:33 +0200
-------------------------------------------------
section on reply or forward.
The section is supressed, when choosing to compose as new.
Any error seen / reported with your webservers error - log.
Is that only on Text Messages, or on Text AND HTML Messages, or for HTML messages only?
The expected behavior is, that you see section --- Original message -- on reply and forward but not on compose as new.
Linked entries:
https://community.egroupware.org/egroupware/index.php?menuaction=tracker.tracker_ui.edit&tr_id=3166&no_popup=1
|