Am 21.01.2013 08:42, schrieb A.L.E.C:
On 01/20/2013 09:06 PM, Michael Heydekamp wrote:
Due to my lack of PHP skills, I don't get an idea what these fixes are doing. Can you describe what the change in the behaviour is (or which additional scenarios are now covered)?
And again: Does format=flowed apply to quoted lines at all...?
Yes, of course. See RFC 2646.
Well, I don't like format=flowed too much anyway, so I just trust you rather than getting way too much involved in its definition. ;)
But given that it does apply to quotes as well, then it seems to be true what I wrote two days ago:
If it would apply to quoted text, this could lead to completely destroyed quotes such as...
line1 > line2 > line3 > line4
...if the original message does look like this:
line1 <LF> line2 <LF> line3 <LF> line4 <LF>
Right...? Or will the quote chars being removed?
I'm relating to the "fix in wordwrap()": This word wrap fix has nothing to do with the issue that I described in the thread "Line wrapping f*cked up upon forwarding - why?", right? Just wanna make sure that there is nothing being mixed up, as the issue I described does only and especially apply to non-flowed messages.
Yes, I didn't really read about your issue. I just fixed Thomas' bug and went through the RFC again and made some improvements.
That's good. Just wanted to make sure that we're not confusing totally different issues.
And thanks for the fixes and improvements. Not sure if Thomas' commit was really a bug (at least it fixed the issue I posted), but the more RFC compliant a fix is, the better (as it will have less side effects).