From cda98906893b358d8dd22775af95c9ade5cfe5e5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 27 May 1997 19:21:49 +0000 Subject: Add imap-k4 capability. svn path=/trunk/; revision=1029 --- fetchmail.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 8e1ec231..d7bc9f02 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -7,9 +7,10 @@ #define P_POP2 2 #define P_POP3 3 #define P_IMAP 4 -#define P_APOP 5 -#define P_RPOP 6 -#define P_ETRN 7 +#define P_IMAP_K4 5 +#define P_APOP 6 +#define P_RPOP 7 +#define P_ETRN 8 #define KPOP_PORT 1109 -- cgit v1.2.3