[Tickets #4832] Re: escaped "from" not being unescaped
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Jan 11 08:49:21 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4832
-----------------------------------------------------------------------
Ticket | 4832
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | escaped "from" not being unescaped
Queue | IMP
Version | HEAD
Type | Bug
State | Feedback
Priority | 1. Low
Owners | Michael Slusarz
-----------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2007-01-11 08:49) wrote:
> Well, not completely since my former commit already fixed this for
> plain messages, but not for flowed message.
I don't think this can be fixed.
Take these examples (sent in flowed format):
>line 1
>from line 2
>line 3
Which should be displayed after converting from flowed to:
>line 1 from line 2 is continued line 3
As opposed to:
>line 1
>From line 2
>line 3
Which should be displayed as:
>line 1
>From line 2
> line 3
In other words, ">from" and ">From" indicate two totally different events
in flowed formatting (i.e. you can't auto convert ">from" to ">From" or
vice versa because it will break formatting).
More information about the bugs
mailing list