diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-19 13:26:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-19 13:26:47 +0800 |
commit | ded1f87e4c9b206906ee0587c1ecc648e36b4ac3 (patch) | |
tree | d9b737895f8d4f62c6eedde6c14ee3c8ba62cc9f /camel/ChangeLog | |
parent | eccb379e0ca17bb136a05eaafccaa8186420028e (diff) | |
download | gsoc2013-evolution-ded1f87e4c9b206906ee0587c1ecc648e36b4ac3.tar gsoc2013-evolution-ded1f87e4c9b206906ee0587c1ecc648e36b4ac3.tar.gz gsoc2013-evolution-ded1f87e4c9b206906ee0587c1ecc648e36b4ac3.tar.bz2 gsoc2013-evolution-ded1f87e4c9b206906ee0587c1ecc648e36b4ac3.tar.lz gsoc2013-evolution-ded1f87e4c9b206906ee0587c1ecc648e36b4ac3.tar.xz gsoc2013-evolution-ded1f87e4c9b206906ee0587c1ecc648e36b4ac3.tar.zst gsoc2013-evolution-ded1f87e4c9b206906ee0587c1ecc648e36b4ac3.zip |
Make debug run based on 'nntp' debug option.
2004-11-18 Not Zed <NotZed@Ximian.com>
* providers/nntp/camel-nntp-stream.c:
* providers/nntp/camel-nntp-store.c:
* providers/nntp/camel-nntp-summary.c: Make debug run based on
'nntp' debug option.
* providers/nntp/camel-nntp-stream.c (stream_fill): if we get a 0
read, return ECONNRESET. This should really have been put on the
stream for that imap hack fix.
* providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate):
retry if the password attempt failed.
** See bug #68556.
* providers/nntp/camel-nntp-store.c (xover_setup): don't overwrite
exception if we get a failure.
(camel_nntp_command): if we continue, then set the return code to
-1, so we re-loop rather than abort.
svn path=/trunk/; revision=27946
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e90ca8c61c..ed476ad02f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,24 @@ +2004-11-18 Not Zed <NotZed@Ximian.com> + + * providers/nntp/camel-nntp-stream.c: + * providers/nntp/camel-nntp-store.c: + * providers/nntp/camel-nntp-summary.c: Make debug run based on + 'nntp' debug option. + + * providers/nntp/camel-nntp-stream.c (stream_fill): if we get a 0 + read, return ECONNRESET. This should really have been put on the + stream for that imap hack fix. + + * providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate): + retry if the password attempt failed. + + ** See bug #68556. + + * providers/nntp/camel-nntp-store.c (xover_setup): don't overwrite + exception if we get a failure. + (camel_nntp_command): if we continue, then set the return code to + -1, so we re-loop rather than abort. + 2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): |