Mercurial > p > roundup > code
diff CHANGES.txt @ 4505:a00e0e73bb26
Yet another fix to the mail gateway...
...messages got *all* files of an issue, not just the new ones. Thanks
to Rafal Bisingier for reporting and proposing a fix. The regression
test was updated. Fix version numbers in upgrade documentation, the
file-unlink defect was in 1.4.17 not 1.4.16. Thanks to Rafal
Bisingier.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Mon, 06 Jun 2011 20:00:17 +0000 |
| parents | cd8ff13cbc5a |
| children | 51aa98cda2cf |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jun 06 07:23:49 2011 +0000 +++ b/CHANGES.txt Mon Jun 06 20:00:17 2011 +0000 @@ -13,6 +13,11 @@ (Ralf) - Fix version numbers in upgrade documentation, the file-unlink defect was in 1.4.17 not 1.4.16. Thanks to Rafal Bisingier. (Ralf) +- Fix encoded email header parsing if multiple encoded and non-encoded + parts are present. RFC2047 specifies that spacing is removed only + between encoded parts, we always removed the space. Note that this bug + was present before mail gateway refactoring :-) Thanks for thorough + testing of mail gateway code by Rafal Bisingier. (Ralf) 2011-05-29 1.4.18 (r4610)
