[OGo-Users] OgO Bug 789 - any progress?

Albrecht Dreß users@opengroupware.org
Mon, 28 Jan 2008 17:45:14 +0100


Am 28.01.2008 16:27:21 schrieb(en) Helge Hess:
> On 28.01.2008, at 14:52, Albrecht Dreß wrote:
> > bugs 789 [1] and 843 [2] are still open, although they are now 3.5
> > years old.

Not completely.  In #843 I also noted a wrong qp encoding of headers  
(which is less problematic, though).

> This should be a bug in one of the header generators in  
> SOPE/sope-mime/NGMime.

Ah!  Good hint!  I could already fix the wrong qp stuff, which now  
should strictly follow RFC 2045, RFC 2047 and RFC 2822.  There I saw  
that national chars will /always/ be iso-8859-15 encoded, which  
basically limits the use of this lib to Western Europe, and companies  
shouldn't have any employees from Easter Europe, Russia or the far  
east... ;-)  No idea how strings are passed downstream to  
NGMimeAddressHeaderFieldGenerator, but shouldn't *every* string in OgO  
be utf-8?

Still have to hunt for the evil reply-to stuff...

Cheers, Albrecht.