diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pop3.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/pop3.c b/lib/pop3.c index 0d463727e..f95e4c996 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -360,7 +360,7 @@ static void state(struct connectdata *conn, pop3state newstate)      "AUTH_DIGESTMD5_RESP",      "AUTH_NTLM",      "AUTH_NTLM_TYPE2MSG", -    "AUTH", +    "AUTH_FINAL",      "APOP",      "USER",      "PASS", | 
