Summary | Reply HTML: keep table layout |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 06/16/2008 (6241 days ago) |
Due | |
Updated | 06/17/2008 (6240 days ago) |
Assigned | |
Resolved | 06/17/2008 (6240 days ago) |
Milestone | |
Patch | No |
reply_format is set to 0, compose_html is set to 1 and reply to an
email html (eg attach email.elm) : html email is converted to text
before composing and gives the attach file reply.elm
I think that, If user has option compose_html checked and replies to
an HTML email, IMP shouldn't convert HTML email to text before
composing in HTML.
option 'reply_format' should only be used when user compose format
differs from email's format.
eg :
reply_format : 0 / compose_html : 0 / email text : nothing to do
reply_format : 0 / compose_html : 0 / email html : convert to text
reply_format : 0 / compose_html : 1 / email text : convert to HTML
reply_format : 0 / compose_html : 1 / email html : nothing to do
reply_format : 1 / compose_html : 0 / email text : nothing to do
reply_format : 1 / compose_html : 0 / email html : nothing to do but
compose in HTML
reply_format : 1 / compose_html : 1 / email text : nothing to do but
compose in text
reply_format : 1 / compose_html : 1 / email html : nothing to do
State ⇒ Rejected
email.elm, do you still have the HTML table tags ?
What do you mean by "it works perfectly here". When you reply to
email.elm, do you still have the HTML table tags ? If so, what am I
missing, is it a configuration option ?
I didn't see any option to convert html to text before replying.
New Attachment: reply.elm
I've attached reply.elm which is the result of replying to email.elm.
As you can see, the table tags are gone and so is the table's layout.
Is it possible to keep the table as it is like thunderbird (or event
squirrelmail) does ?
Thanks.
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ New
New Attachment: email.elm
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Reply HTML: keep table layout
Type ⇒ Enhancement
table layout ?
See attach email as an exemple. Is it possible to reply to that email
without having IMP/horde trying to remove the HTML tags (or some of
them) ?