Re: email header decoding fails

2008-04-10 Thread ZeeGeek
On Apr 10, 5:18 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 10 Apr 2008 05:45:41 -0300, ZeeGeek <[EMAIL PROTECTED]> escribió: > > > On Apr 10, 4:31 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > > wrote: > >> En Wed, 09 Apr 2008 23:12:00 -0300, ZeeGeek <[EMAIL PROTECTED]> > >> escri

Re: email header decoding fails

2008-04-10 Thread Gabriel Genellina
En Thu, 10 Apr 2008 05:45:41 -0300, ZeeGeek <[EMAIL PROTECTED]> escribió: > On Apr 10, 4:31 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> > wrote: >> En Wed, 09 Apr 2008 23:12:00 -0300, ZeeGeek <[EMAIL PROTECTED]> >> escribió: >> >> > It seems that the decode_header function in email.Header fails

Re: email header decoding fails

2008-04-10 Thread ZeeGeek
On Apr 10, 4:31 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Wed, 09 Apr 2008 23:12:00 -0300, ZeeGeek <[EMAIL PROTECTED]> escribió: > > > It seems that the decode_header function in email.Header fails when > > the string is in the following form, > > > '=?gb2312?Q?=D0=C7=C8=FC?=(revised)

Re: email header decoding fails

2008-04-10 Thread Gabriel Genellina
En Wed, 09 Apr 2008 23:12:00 -0300, ZeeGeek <[EMAIL PROTECTED]> escribió: > It seems that the decode_header function in email.Header fails when > the string is in the following form, > > '=?gb2312?Q?=D0=C7=C8=FC?=(revised)' > > That's when a non-encoded string follows the encoded string without >

email header decoding fails

2008-04-09 Thread ZeeGeek
It seems that the decode_header function in email.Header fails when the string is in the following form, '=?gb2312?Q?=D0=C7=C8=FC?=(revised)' That's when a non-encoded string follows the encoded string without any whitespace. In this case, decode_header function treats the whole string as non-enc