| Summary | Unable to resume some html drafts correcly |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | rui.carneiro (at) portugalmail (dot) net |
| Created | 04/18/2011 (5318 days ago) |
| Due | |
| Updated | 04/20/2011 (5316 days ago) |
| Assigned | |
| Resolved | 04/19/2011 (5317 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Fix resuming reply drafts in HTML mode (
Bug #9928).3 files changed, 33 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/12ed6821d898b4a6979ff012465a10472f34f918
State ⇒ Resolved
Fix resuming reply drafts in HTML mode (
Bug #9928).3 files changed, 33 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/12ed6821d898b4a6979ff012465a10472f34f918
by default (vs. HTML), the message will be resumed in text/plain,
not text/html. I could be convinced otherwise (e.g. resuming in the
richest format possible), but this is not a bug; this is expected
behavior.
I already debugged this code. My problem is that
$contents->findBody('html') is returning 2 for me. With this value my
mode will never be 'html'.
default (vs. HTML), the message will be resumed in text/plain, not
text/html. I could be convinced otherwise (e.g. resuming in the
richest format possible), but this is not a bug; this is expected
behavior.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Unable to resume some html drafts correcly
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
(http://git.horde.org/horde-git/-/commit/1240d1c1618061647027c0940f9b5df484b46935) I am unable to resume some html
messages.
Test case:
1- Reply to one message from Inbox
2- Save that message as draft
3- Resume it
The problem is that _getMessageText is not detecting html correctly.