diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-19 14:17:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-19 14:17:16 +0800 |
commit | 41693f9a19aca811bf6edab18b967855ec2b129a (patch) | |
tree | 416aa0927f40446d599fca863b67446db26847e0 /camel/ChangeLog | |
parent | bc3278d87a6da2036f3ae4bcf2dc1a149199a9c4 (diff) | |
download | gsoc2013-evolution-41693f9a19aca811bf6edab18b967855ec2b129a.tar.gz gsoc2013-evolution-41693f9a19aca811bf6edab18b967855ec2b129a.tar.zst gsoc2013-evolution-41693f9a19aca811bf6edab18b967855ec2b129a.zip |
Don't increment the response pointer when deciding what type of header
2002-09-19 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (parse_fetch_response): Don't
increment the response pointer when deciding what type of header
response we got, this screws up the string that we strdup into the
part_spec string later. Also, instead of using the entire blob of
HEADER.FIELDS that we get in the response, shorten it to just
HEADER.FIELDS to use as the part_spec key.
svn path=/trunk/; revision=18111
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 68ef5df23b..1ddf48f6b4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2002-09-19 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-folder.c (parse_fetch_response): Don't + increment the response pointer when deciding what type of header + response we got, this screws up the string that we strdup into the + part_spec string later. Also, instead of using the entire blob of + HEADER.FIELDS that we get in the response, shorten it to just + HEADER.FIELDS to use as the part_spec key. + 2002-09-18 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (CAMEL_MESSAGE_INFO_HEADERS): |