diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-27 19:21:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-27 19:21:49 +0000 |
commit | cda98906893b358d8dd22775af95c9ade5cfe5e5 (patch) | |
tree | 34c1005ce799b43b623fed8426c4582497d55038 /fetchmail.h | |
parent | 52788ad79c407f4f9a4e898e06d736730a2fe00a (diff) | |
download | fetchmail-cda98906893b358d8dd22775af95c9ade5cfe5e5.tar.gz fetchmail-cda98906893b358d8dd22775af95c9ade5cfe5e5.tar.bz2 fetchmail-cda98906893b358d8dd22775af95c9ade5cfe5e5.zip |
Add imap-k4 capability.
svn path=/trunk/; revision=1029
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 |