diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-01 02:41:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-01 02:41:27 +0800 |
commit | f50ddd9de119590e93f2fe6939b0a364c357783d (patch) | |
tree | 40e9c8dc4f024ade230c08c9c6ea585e91bf7da3 /camel/ChangeLog | |
parent | 4321d72d9ba3e58e4ab05a75dc4beeb16246a392 (diff) | |
download | gsoc2013-evolution-f50ddd9de119590e93f2fe6939b0a364c357783d.tar.gz gsoc2013-evolution-f50ddd9de119590e93f2fe6939b0a364c357783d.tar.zst gsoc2013-evolution-f50ddd9de119590e93f2fe6939b0a364c357783d.zip |
If we get back 0 bytes from camel_stream_buffer_gets, that means the
* camel-remote-store.c (remote_recv_line): If we get back 0 bytes
from camel_stream_buffer_gets, that means the socket got
disconnected, so set an exception. (Noticed because of a message
that crashes our IMAP server when you try to look at it. :)
svn path=/trunk/; revision=8429
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e370e7bbc3..444d3b8ea3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-02-28 Dan Winship <danw@ximian.com> + + * camel-remote-store.c (remote_recv_line): If we get back 0 bytes + from camel_stream_buffer_gets, that means the socket got + disconnected, so set an exception. (Noticed because of a message + that crashes our IMAP server when you try to look at it. :) + 2001-02-28 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Added camel-sasl*.[c,h] to the build. |