From 15e1227ed4cbf3364c70f4aa8fb4141879777a6d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 2 Apr 2012 23:24:00 +0100 Subject: pop3: Reworked the command sending and handling Reworked the command sending from two specific LIST and RETR command functions into a single command based function as well as the two associated response handlers into a generic command handler. --- lib/pop3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/pop3.h') diff --git a/lib/pop3.h b/lib/pop3.h index 3071a6eb8..e30c3b3b2 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -32,8 +32,7 @@ typedef enum { POP3_USER, POP3_PASS, POP3_STARTTLS, - POP3_LIST, - POP3_RETR, + POP3_COMMAND, POP3_QUIT, POP3_LAST /* never used */ } pop3state; -- cgit v1.2.3