From 096baf62311247c313fc818c061b9382becf6458 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 Aug 1996 15:26:48 +0000 Subject: Successfully genericized POP3 and IMAP. svn path=/trunk/; revision=73 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index bee75d16..a9ed8fc6 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -331,7 +331,7 @@ struct hostrec *queryctl; break; case P_POP3: case P_APOP: - return(doPOP3(queryctl)); + return(doPOP3bis(queryctl)); break; case P_IMAP: return(doIMAP(queryctl)); -- cgit v1.2.3