aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/pop3.c b/pop3.c
index 65849b80..30cd0a08 100644
--- a/pop3.c
+++ b/pop3.c
@@ -109,16 +109,6 @@ char *greeting;
goto badAuth;
break;
- case P_RPOP:
- gen_send(socket,"USER %s", queryctl->remotename);
- if (pop3_ok(socket, buf) != 0)
- goto badAuth;
-
- gen_send(socket, "RPOP %s", queryctl->password);
- if (pop3_ok(socket, buf) != 0)
- goto badAuth;
- break;
-
case P_APOP:
gen_send(socket,"APOP %s %s", queryctl->remotename, queryctl->digest);
if (pop3_ok(socket, buf) != 0)