From 99e56e3b4c7c2692ce76caa9beb552cf52816dc8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 Sep 1996 15:46:37 +0000 Subject: Teach it to do rpop. svn path=/trunk/; revision=161 --- fetchmail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fetchmail.c b/fetchmail.c index 568002bf..d749283a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -362,6 +362,7 @@ struct hostrec *queryctl; break; case P_POP3: case P_APOP: + case P_RPOP: return(doPOP3(queryctl)); break; case P_IMAP: -- cgit v1.2.3