diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-21 10:21:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-21 10:21:03 +0800 |
commit | 2cf986c43b05072cdcacf05aef0c5ddd595c1f18 (patch) | |
tree | 8879fea9f0bdf1478ac533408062472a9ef6d78d /camel/ChangeLog | |
parent | 484334eaec8c6bd0c9118c318ceb3a503b7ac824 (diff) | |
download | gsoc2013-evolution-2cf986c43b05072cdcacf05aef0c5ddd595c1f18.tar.gz gsoc2013-evolution-2cf986c43b05072cdcacf05aef0c5ddd595c1f18.tar.zst gsoc2013-evolution-2cf986c43b05072cdcacf05aef0c5ddd595c1f18.zip |
Fixed to return the correct bytecount in all cases which is the real fix
2000-11-20 Jeffrey Stedfast <fejj@helixcode.com>
* camel-remote-store.c (remote_recv_line): Fixed to return the
correct bytecount in all cases which is the real fix to
imap_parse_nstring.
* providers/imap/camel-imap-command.c (imap_read_untagged): Again,
don't use strlen for the post-data, use 'n'.
* providers/imap/camel-imap-utils.c (imap_parse_nstring): Undo my
previous temp-fix.
svn path=/trunk/; revision=6621
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 f1919f4b6d..3fbf6b60d7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2000-11-20 Jeffrey Stedfast <fejj@helixcode.com> + + * camel-remote-store.c (remote_recv_line): Fixed to return the + correct bytecount in all cases which is the real fix to + imap_parse_nstring. + + * providers/imap/camel-imap-command.c (imap_read_untagged): Again, + don't use strlen for the post-data, use 'n'. + + * providers/imap/camel-imap-utils.c (imap_parse_nstring): Undo my + previous temp-fix. + 2000-11-20 Not Zed <NotZed@HelixCode.com> * providers/nntp/camel-nntp-utils.c (get_XOVER_headers): Fixes for @@ -112,6 +124,7 @@ parsing (all other data can be retrieved by the caller except this). +>>>>>>> 1.594 2000-11-17 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-utils.c (imap_parse_nstring): When |