diff options
author | Not Zed <NotZed@Ximian.com> | 2002-07-17 20:17:52 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-07-17 20:17:52 +0800 |
commit | a2affe7e4dbec98b1080f9650123c33cdfb4005d (patch) | |
tree | 5403f80ac8bca13a977716b9823307a722c6b529 /camel/ChangeLog | |
parent | 3556d21a8e198b9ffbae74501a10bfe224d31cab (diff) | |
download | gsoc2013-evolution-a2affe7e4dbec98b1080f9650123c33cdfb4005d.tar.gz gsoc2013-evolution-a2affe7e4dbec98b1080f9650123c33cdfb4005d.tar.zst gsoc2013-evolution-a2affe7e4dbec98b1080f9650123c33cdfb4005d.zip |
Got rid of the stupid "tryagain" semantics, which didn't work.
2002-07-17 Not Zed <NotZed@Ximian.com>
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Got
rid of the stupid "tryagain" semantics, which didn't work.
(pop3_connect): Fixed here to only retry under proper conditions.
svn path=/trunk/; revision=17488
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 5cc9f9943e..c5783637c4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2002-07-17 Not Zed <NotZed@Ximian.com> + + * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Got + rid of the stupid "tryagain" semantics, which didn't work. + (pop3_connect): Fixed here to only retry under proper conditions. + 2002-07-16 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-canon.c (filter): When CRLF encoding, "empty" |