Summary | When replying with the HTML editor, the text/plain part contains an extra ">" |
Queue | IMP |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | xavier.montagutelli (at) unilim (dot) fr |
Created | 09/02/2011 (5076 days ago) |
Due | |
Updated | 09/10/2011 (5068 days ago) |
Assigned | |
Resolved | 09/05/2011 (5073 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
In my case it is working for some mails, for some not.
Try to reply to a mail from the bugtracker, then hit HTML-mode, to
convert. A short time the body of the mail is able to be seen, then it
flushes away and there ist just "Object" to be seen.
thread earlier solves the bug.
Thank you !
New Attachment: quote.png
flowed text. But if that is the case, the '>' don't mean anything.
In other words: you can't assume that they are quoted lines.
Either way, there is nothing broken here. This is still all expected
behavior.
off. You really shouldn't be converting from text -> html -> text.
You are going to lose all sorts of formatting, as the warnings
clearly indicate to you.
The first level will be represented by the blue line (correct), the
second level has redundant > (there never was a second level)
are off. You really shouldn't be converting from text -> html ->
text. You are going to lose all sorts of formatting, as the
warnings clearly indicate to you.
first level will be represented by the blue line (correct), the second
level has redundant > (there never was a second level)
Starting an reply in text-mode, switching to HTML and back to text
again, inserts extra > which was not there at the beginning.
off. You really shouldn't be converting from text -> html -> text.
You are going to lose all sorts of formatting, as the warnings clearly
indicate to you.
Starting an reply in text-mode, switching to HTML and back to text
again, inserts extra > which was not there at the beginning.
commit fc26681c1f61fb9ac720b744d94e2f437aa1c814
Author: Michael M Slusarz <slusarz@curecanti.org>
Date: Tue Sep 6 13:46:24 2011 -0600
More intelligent quoting of flowed text messages sent in HTML format.
Even if i did see, not really worth to track down. HTML -> Text
conversion is all sorts of complicated - I'm not going to dwell on
small inconsistencies in the converted product, absent someone
providing easy-to-apply patches to fix allegedly bad behavior.
maintained for bug fixes like this. As Jan mentions, this is not
seen in IMP 5.
latest version, IMP 5.0.11 and Horde 4.0.9. My fault.
The problem is that the reply Message is quoted twice when using HTML
: with ">" symbols (coded with ">") *and* by using a global
<blockquote> tag added in the function replyMessageText in
imp/lib/Compose.php (~ line 1624)
When you switch back to text composing, the message is filtered by
Horde_Text_Filter::filter ; <blockquote> is turned into ">" and ">"
in another ">". So I have two ">" at the end of the process.
I think the reply message shoud contain only a <blockquote> tag, *or*
">" at the beginnning of each line, but not both.
If you can't reproduce that, perhaps something in my configuration
generates this (small) bug ?
maintained for bug fixes like this. As Jan mentions, this is not seen
in IMP 5.
State ⇒ Not A Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ When replying with the HTML editor, the text/plain part contains an extra ">"
Type ⇒ Bug
an e-mail, my reply is sent in two forms : text/plain and text/html.
The text/html version contains one single ">" (encoded as "> ") at
the beginning of each quoted line.
The text/plain version contains *two* ">" :
">>" at the first line
"> >" for the remaining lines.
I can see the same thing if I switch back and forth from the HTML
editor to the text editor in the WEB composing page. If my default
editor is the text editor, the reply has one ">". I switch to HTML,
then again to text, and this time two ">" appears.