Non-ascii characters caused problems with SVN function and were replaced
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 24 Mar 2002 08:09:35 +0000 (08:09 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 24 Mar 2002 08:09:35 +0000 (08:09 +0000)
commit79e07c7eab3d394723d62116db58d0f8782d841e
tree728bb3aefa015809b3a39097949d6ab76efa5d06
parentda4c66e8aed8a6deb1e1a2cefe5a5323f309a50a
Non-ascii characters caused problems with SVN function and were replaced
with a ? by SourceForge.net in your original log message, which follows:
Asunto: [SM-DEVEL] Bug in mime.php:decodeHeader()
De: Christian Schmidt &lt;christian@ostenfeld.dk&gt;
Fecha: S?b, 23 de Marzo de 2002, 14:48

Currently, the decodeHeader decodes headers containing several
encoded-words incorrectly. E.g. the header "=?iso-8859-1?Q?=C9?= and
=?iso-8859-1?Q?=E9?=" is decoded into "? and ?" and not into "? and ?"
as expected.

Also, it currently does not ignore white-space between consecutive
encoded-words as it should.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2628 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_mailbox.php
functions/mime.php
functions/strings.php