Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJKheader

2007-12-23 Thread Peter Volkov
В Пнд, 24/12/2007 в 13:21 +0800, jacky пишет: > --- Jeff Stedfast <[EMAIL PROTECTED]>wrote: > There are two kind of email need to support: > 1) An encoded-word was divided into two line. This was > sent by dotProject v2.0.1 . And there are even more users affected by this. I've already reported s

Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJKheader

2007-12-23 Thread jacky
--- Jeff Stedfast <[EMAIL PROTECTED]>wrote: > Hi Jacky, > > I've looked over your patch, but unfortunately it is > unusable. The patch > is riddled with buffer overflows and incorrect > logic. > Yes, I use a fixed length string to store some value, it maybe overflow. I write another version by

Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJK header

2007-12-23 Thread jacky
--- Philip Van Hoof <[EMAIL PROTECTED]>wrote: > Hey Jacky, > > This is a port of your patch to Tinymail's > camel-lite > Thank you. > On Sun, 2007-12-23 at 23:09 +0800, jacky wrote: > > Hi, all. > > > > The rfc2047 decoder in libcamel can not decode > some > > CJK header correctly. Although

Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode forCJKheader

2007-12-23 Thread Jeff Stedfast
>>> Philip Van Hoof <[EMAIL PROTECTED]> 12/23/07 5:09 PM >>> > On Sun, 2007-12-23 at 14:51 -0700, Jeff Stedfast wrote: > > What types of bugs are you actually trying to fix? What is it about CJK > > messages in particular that are not getting decoded properly? Your email > > was overly vague. > >

Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJKheader

2007-12-23 Thread Philip Van Hoof
On Sun, 2007-12-23 at 14:51 -0700, Jeff Stedfast wrote: > What types of bugs are you actually trying to fix? What is it about CJK > messages in particular that are not getting decoded properly? Your email > was overly vague. Looks like he wants to support both 'B' and 'b' and 'Q' and 'q' in stea

Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJKheader

2007-12-23 Thread Jeff Stedfast
Hi Jacky, I've looked over your patch, but unfortunately it is unusable. The patch is riddled with buffer overflows and incorrect logic. What types of bugs are you actually trying to fix? What is it about CJK messages in particular that are not getting decoded properly? Your email was overly vagu

Re: [Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJK header

2007-12-23 Thread Philip Van Hoof
Hey Jacky, This is a port of your patch to Tinymail's camel-lite On Sun, 2007-12-23 at 23:09 +0800, jacky wrote: > Hi, all. > > The rfc2047 decoder in libcamel can not decode some > CJK header correctly. Although some of them are not > correspond to RFC, but I need to decode it correctly > and I

[Evolution-hackers] [patch] fixed incorrect rfc2047 decode for CJK header

2007-12-23 Thread jacky
Hi, all. The rfc2047 decoder in libcamel can not decode some CJK header correctly. Although some of them are not correspond to RFC, but I need to decode it correctly and I thought if evolution can display there email correctly more people like it. So I write a new rfc2047 decoder, and it's in the