diff options
author | Not Zed <NotZed@Ximian.com> | 2003-06-17 11:20:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-06-17 11:20:59 +0800 |
commit | 5c4fa91212db9383a3b9833d835f7484b4e72bf0 (patch) | |
tree | 4225efadbdcc1ff240c24e3f2ff1d57a45bfd58e /camel/ChangeLog | |
parent | cec1fb093d53dc08d92b0e2f245640817c5a0fc2 (diff) | |
download | gsoc2013-evolution-5c4fa91212db9383a3b9833d835f7484b4e72bf0.tar gsoc2013-evolution-5c4fa91212db9383a3b9833d835f7484b4e72bf0.tar.gz gsoc2013-evolution-5c4fa91212db9383a3b9833d835f7484b4e72bf0.tar.bz2 gsoc2013-evolution-5c4fa91212db9383a3b9833d835f7484b4e72bf0.tar.lz gsoc2013-evolution-5c4fa91212db9383a3b9833d835f7484b4e72bf0.tar.xz gsoc2013-evolution-5c4fa91212db9383a3b9833d835f7484b4e72bf0.tar.zst gsoc2013-evolution-5c4fa91212db9383a3b9833d835f7484b4e72bf0.zip |
** See bug #44322
2003-06-16 Not Zed <NotZed@Ximian.com>
** See bug #44322
* providers/imap/camel-imap-command.c (imap_command_strdup_vprintf):
If we are outputting a folder name, make sure we calculate buffer
size based on the raw/utf7 version
** See bug #44121
* camel-multipart-signed.c (signed_get_part): If we can't parse
the content, but we have a stream, just use that as the content.
svn path=/trunk/; revision=21454
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 968dcc4e0a..1fac038131 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2003-06-16 Not Zed <NotZed@Ximian.com> + + ** See bug #44322 + + * providers/imap/camel-imap-command.c (imap_command_strdup_vprintf): + If we are outputting a folder name, make sure we calculate buffer + size based on the raw/utf7 version + + ** See bug #44121 + + * camel-multipart-signed.c (signed_get_part): If we can't parse + the content, but we have a stream, just use that as the content. + 2003-06-05 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #40788. |