diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-09 08:09:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-09 08:09:24 +0800 |
commit | 552a2f3af8e8af5cf03e994a060bc46e374f1252 (patch) | |
tree | bea4267e64d1b9f039a4709c24a61bb305a04e63 /camel/ChangeLog | |
parent | 2e2287a9f22c0544fa7ce221641851effc1a3b19 (diff) | |
download | gsoc2013-evolution-552a2f3af8e8af5cf03e994a060bc46e374f1252.tar gsoc2013-evolution-552a2f3af8e8af5cf03e994a060bc46e374f1252.tar.gz gsoc2013-evolution-552a2f3af8e8af5cf03e994a060bc46e374f1252.tar.bz2 gsoc2013-evolution-552a2f3af8e8af5cf03e994a060bc46e374f1252.tar.lz gsoc2013-evolution-552a2f3af8e8af5cf03e994a060bc46e374f1252.tar.xz gsoc2013-evolution-552a2f3af8e8af5cf03e994a060bc46e374f1252.tar.zst gsoc2013-evolution-552a2f3af8e8af5cf03e994a060bc46e374f1252.zip |
Fixes for bug #40778. Probably others as well.
2003-04-08 Jeffrey Stedfast <fejj@ximian.com>
Fixes for bug #40778. Probably others as well.
* providers/imap/camel-imap-utils.c (parse_params): Return 0 on
success, or -1 on fail. The other small utility functions should
probably do the same, but I was too lazy to fix them. Setting
inptr to NULL is just lame.
(imap_body_decode): New function to correctly parse a BODY
response.
(imap_parse_body): Rewritten to use the above function.
svn path=/trunk/; revision=20773
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 02984b4d3b..b089b22def 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,17 @@ 2003-04-08 Jeffrey Stedfast <fejj@ximian.com> + Fixes for bug #40778. Probably others as well. + + * providers/imap/camel-imap-utils.c (parse_params): Return 0 on + success, or -1 on fail. The other small utility functions should + probably do the same, but I was too lazy to fix them. Setting + inptr to NULL is just lame. + (imap_body_decode): New function to correctly parse a BODY + response. + (imap_parse_body): Rewritten to use the above function. + +2003-04-08 Jeffrey Stedfast <fejj@ximian.com> + * providers/smtp/camel-smtp-transport.c (smtp_helo): Make sure host->h_name is not an empty string too? Apparently for one user his resolved hostname is "". Go figure. Probably a broken system, |