diff --git a/src/pop3.c b/src/pop3.c index 10462b5..8c89f87 100644 --- a/src/pop3.c +++ b/src/pop3.c @@ -89,6 +89,8 @@ if(strncmp(buf, "+OK", 3) == 0) return OK; + printf("error: %s", buf); + return ERR; }