diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-28 04:19:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-28 04:19:48 +0800 |
commit | aa1f58529889df10d729e01c02e3922e2dced77a (patch) | |
tree | 770a6485b687315918aa3065fd1ef32f87e8e90f /camel/ChangeLog | |
parent | ffe49b7164bd1caf5f85db47505188842f44e75f (diff) | |
download | gsoc2013-evolution-aa1f58529889df10d729e01c02e3922e2dced77a.tar.gz gsoc2013-evolution-aa1f58529889df10d729e01c02e3922e2dced77a.tar.zst gsoc2013-evolution-aa1f58529889df10d729e01c02e3922e2dced77a.zip |
Work around Outlook brokenness in iMIP parsing by only quoting
* camel-mime-utils.c (header_param_list_format_append): Work
around Outlook brokenness in iMIP parsing by only quoting
Content-type parameters when the quoting is mandatory.
svn path=/trunk/; revision=6237
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8cc5d03f3a..dc33a42898 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-10-27 Dan Winship <danw@helixcode.com> + + * camel-mime-utils.c (header_param_list_format_append): Work + around Outlook brokenness in iMIP parsing by only quoting + Content-type parameters when the quoting is mandatory. + 2000-10-27 <jpr@helixcode.com> * providers/pop3/Makefile.am: Tidy up build |