Re: 8-bit characters in headers

2005-05-02 Thread Adrian Buciuman
On 4/29/05, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > On Fri, 29 Apr 2005, Adrian Buciuman wrote: > > 4. Care should be taken not to rfc2047-encode text which must be > > ASCII. Even when properly encoded, non-ASCII is not valid anywhere in > > headers. > > Huh? I don't understand

Re: 8-bit characters in headers

2005-04-28 Thread Henrique de Moraes Holschuh
On Fri, 29 Apr 2005, Adrian Buciuman wrote: > Why not encode the header using unknown-8bit as the charset?? This is > simpler, and has many advantages: It still would cause problems for IMAP search. Well, mostly, as one could just not index (and thus not search) any unknown-8bit headers at all...

Re: 8-bit characters in headers

2005-04-28 Thread Adrian Buciuman
On 4/28/05, Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote: > > What you *have* to do to get such a thing accepted is to, instead, write > something that *fixes* the headers with the following capabilities: > > 1. Notion of a default source charset, which is a hint of the charset to > e

Re: 8-bit characters in headers

2005-04-28 Thread Henrique de Moraes Holschuh
On Thu, 28 Apr 2005, Igor Belikov wrote: > After all I make patch, that adds option "ignore8bit" into > imapd.conf. If this option set to "true" - Cyrus don't pay attention > to 8-bit characters in headers at all, and our customers receive > readable from, to and subject fields. If this opt