diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-13 06:10:22 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-13 06:10:22 +0800 |
commit | 8b3a32b908b9e0bb6029ea07f0089f979a1e5974 (patch) | |
tree | fc7af144f7b88a7dae2c04a60654ce31f06946f3 /camel/ChangeLog | |
parent | ffc1f6b79e3857a391c68bfc3c8241d11ae9166c (diff) | |
download | gsoc2013-evolution-8b3a32b908b9e0bb6029ea07f0089f979a1e5974.tar gsoc2013-evolution-8b3a32b908b9e0bb6029ea07f0089f979a1e5974.tar.gz gsoc2013-evolution-8b3a32b908b9e0bb6029ea07f0089f979a1e5974.tar.bz2 gsoc2013-evolution-8b3a32b908b9e0bb6029ea07f0089f979a1e5974.tar.lz gsoc2013-evolution-8b3a32b908b9e0bb6029ea07f0089f979a1e5974.tar.xz gsoc2013-evolution-8b3a32b908b9e0bb6029ea07f0089f979a1e5974.tar.zst gsoc2013-evolution-8b3a32b908b9e0bb6029ea07f0089f979a1e5974.zip |
New function to do one round of attempted authentication. (pop3_connect):
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): New
function to do one round of attempted authentication.
(pop3_connect): Move a bunch of code out into
pop3_try_authenticate and fix some bugs in the edge cases.
svn path=/trunk/; revision=4785
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 7adf2060d6..1c3d1a031c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-08-12 Dan Winship <danw@helixcode.com> + + * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): New + function to do one round of attempted authentication. + (pop3_connect): Move a bunch of code out into + pop3_try_authenticate and fix some bugs in the edge cases. + 2000-08-12 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (query_auth_types): No longer |