aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/pop3/camel-pop3-engine.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-07 06:35:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-07 06:35:47 +0800
commit1acd03710d50072259f91bae1a9e2395c6bdfac7 (patch)
tree6b4fd73c9fad9446e0d93ba7c5de5b72089388be /camel/providers/pop3/camel-pop3-engine.c
parent04576b92e0a2d2c2a8ceb83e78cf80eefff06e53 (diff)
downloadgsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar.gz
gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.tar.zst
gsoc2013-evolution-1acd03710d50072259f91bae1a9e2395c6bdfac7.zip
If the pop3 command status is -1, then we probably have a TCP error (?) so
2002-05-06 Jeffrey Stedfast <fejj@ximian.com> * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): If the pop3 command status is -1, then we probably have a TCP error (?) so set a SYSTEM exception so our caller can distinguish between a "bad password" and a "tcp error". (pop3_connect): Only uncache the password on "bad password" errors. svn path=/trunk/; revision=16700
Diffstat (limited to 'camel/providers/pop3/camel-pop3-engine.c')
-rw-r--r--camel/providers/pop3/camel-pop3-engine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/providers/pop3/camel-pop3-engine.c b/camel/providers/pop3/camel-pop3-engine.c
index 1783520b7c..a76df8f9bc 100644
--- a/camel/providers/pop3/camel-pop3-engine.c
+++ b/camel/providers/pop3/camel-pop3-engine.c
@@ -315,7 +315,6 @@ camel_pop3_engine_iterate(CamelPOP3Engine *pe, CamelPOP3Command *pcwait)
e_dlist_remove((EDListNode *)pw);
-
pe->sentlen += strlen(pw->data);
pw->state = CAMEL_POP3_COMMAND_DISPATCHED;