diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-03 22:36:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-03 22:36:40 +0800 |
commit | bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190 (patch) | |
tree | 078b825d2184acf528f03d9c07a0b93ae9400f5d /camel/ChangeLog | |
parent | 9ec7ff026c599c7e28b22e1f5cb8cb73b62cde9d (diff) | |
download | gsoc2013-evolution-bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190.tar gsoc2013-evolution-bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190.tar.gz gsoc2013-evolution-bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190.tar.bz2 gsoc2013-evolution-bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190.tar.lz gsoc2013-evolution-bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190.tar.xz gsoc2013-evolution-bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190.tar.zst gsoc2013-evolution-bd3e2e1b65ffbda11b4bf8a9df12a667f07ff190.zip |
Fix a bug in error-setting code. (pop3_connect): Don't re-prompt for
* providers/pop3/camel-pop3-store.c (camel_pop3_command): Fix a
bug in error-setting code.
(pop3_connect): Don't re-prompt for password in the KPOP case.
(pop3_get_response): New function, split out from
camel_pop3_command.
(connect_to_server): Use pop3_get_response to parse the greeting
message, and error out appropriately if it's -ERR.
svn path=/trunk/; revision=3869
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bfb6a1dc04..f73235517a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2000-07-03 Dan Winship <danw@helixcode.com> + + * providers/pop3/camel-pop3-store.c (camel_pop3_command): Fix a + bug in error-setting code. + (pop3_connect): Don't re-prompt for password in the KPOP case. + (pop3_get_response): New function, split out from + camel_pop3_command. + (connect_to_server): Use pop3_get_response to parse the greeting + message, and error out appropriately if it's -ERR. + 2000-07-02 Dan Winship <danw@helixcode.com> * camel-folder.c (camel_folder_freeze, camel_folder_thaw): New |